awesome-python VS szurubooru

Compare awesome-python vs szurubooru and see what are their differences.

awesome-python

An opinionated list of awesome Python frameworks, libraries, software and resources. (by vinta)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awesome-python szurubooru
85 17
204,784 643
- -
7.1 5.1
8 days ago 6 days ago
Python Python
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-python

Posts with mentions or reviews of awesome-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.

szurubooru

Posts with mentions or reviews of szurubooru. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.
  • How to tag and store pictures downloaded from the internet?
    1 project | news.ycombinator.com | 12 Jul 2023
    I've been accumulating art and pictures downloaded from the internet, what's a good way to store and tag them with the original artist and source? Maybe a simple solution would be just adding appropriate EXIF data to the files? This approach would still require a good folder structure to make sense of. Another option I came across was https://hydrusnetwork.github.io/hydrus/index.html, but after trying it, the experience was really janky and not pleasant. Or I could even host an image booru so the collection would benefit others too, with https://github.com/rr-/szurubooru perhaps?

    How do other people deal with it, I'm curious to hear.

  • Datahoarding image library organizer
    1 project | /r/DataHoarder | 11 Jul 2023
    also agree with hydrus network. im at 18million items. next best thing is probably something like a selfhosted booru server so that you can remotely organize files during your downtime on the toilet or jury duty.
  • I want to make a website with the format of danbooru for sharing and archiving images. How would I start going about that?
    4 projects | /r/selfhosted | 26 Jun 2023
    I'm your savior, together with https://github.com/rr-/szurubooru
  • code for creating a POST in Image Board instance "szurubooru"
    3 projects | /r/selfhosted | 4 Apr 2023
    There is also https://github.com/rr-/szurubooru/discussions
  • Smart Home and Homelab network diagram after 4 years of evolution
    9 projects | /r/homelab | 14 Dec 2022
    On unraid postgres is used by szurubooru, mealie, and grafana. I don't know specifically what but I know redis is also used by one of the apps in the cloud group as well.
  • Can't access Docker site (szurubooru) in LAN, only on the same machine
    2 projects | /r/selfhosted | 11 Dec 2022
    name: mybooruname #yes this next line is empty as i mention above, but the [INSTALL.md](https://github.com/rr-/szurubooru/blob/master/doc/INSTALL.md) says you can skip lines of which you want to use the defaults. or should i add something here? domain: secret: mysecretstring delete_source_files: no thumbnails: avatar_width: 300 avatar_height: 300 post_width: 300 post_height: 300 user_agent: max_dl_filesize: 25.0E+6 convert: gif: to_webm: false to_mp4: false allow_broken_uploads: false smtp: host: localhost port: 25 user: myusername pass: thisisapass from: noreply@localhost enable_safety: yes # the rest is just regexes for tags, pools, usernames, and passwords, and user rank privilege stuff
  • Using Rust as my Backend
    8 projects | /r/rust | 2 Nov 2022
    If you need tagging / users and stuff for the images, I’ve used https://github.com/rr-/szurubooru
  • Photofield v0.5 released: Google Photos alternative now even faster and with 100% more demo
    7 projects | /r/selfhosted | 4 Sep 2022
    Honestly, your project makes me want to contribute to I but I have absolutely no experience with Golang. I see a lot of potential in it and because it's comparatively new and barebones, there aren't any entrenched concepts like with more mature projects. Like, if you ever get around to implementing a more comprehensive organization system, do check out Szurubooru. Tags and tag categories can replace Albums, Faces, Places, Objects, Themes, Colors, EXIF data and so much more. You can still use tooling like AI recognition, geotagging, EXIF readers, and whatnot to populate them accordingly but being standardized as TAGS makes searching and crawling much easier. Not to mention defining custom tags would allow for a very versatile usage. And with a fluid browsing like yours, it will be a dream app.
  • Your top 5 best self hosted apps?
    36 projects | /r/selfhosted | 22 Aug 2022
    I can share something like that. There is this imageboard called (Szurubooru)[https://github.com/rr-/szurubooru]. People use such boards to host their anime and hentai stuff.
  • It finally happened. Something I archived was erased from the Internet.
    5 projects | /r/DataHoarder | 14 Jul 2022
    I kinda have something for Twitter accounts, said thing being this extension, but I stupidly don't use it enough. You see, I archive my posts using szurubooru, which is on a by-post basis, so everything has to be added one by one. (Technically, you can upload multiple at once but there's no function to add tags before upload, only after.)

What are some alternatives?

When comparing awesome-python and szurubooru you can also consider the following projects:

Qtile-Config - This is my configuration of Qtile, a window manager written in python.

DeepDanbooru - AI based multi-label girl image classification system, implemented by using TensorFlow.

VeRyPy - A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.

hydrus - A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers.

Pyadomd - A pythonic approach to query SSAS data models.

shimmie2 - An easy-to-install community image gallery (aka booru)

ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

python - Official Python client library for kubernetes

DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

Box - Python dictionaries with advanced dot notation access

TheAlgorithms - All Algorithms implemented in Python