Launched this week

30 Python Automation Scripts Pack
Boost productivity with 30 ready-to-use Python scripts
21 followers
Boost productivity with 30 ready-to-use Python scripts
21 followers
30 practical Python automation scripts that save you hours every week. Covers file management, web scraping, data processing, text tools, system utilities, and image processing. Each script is ready to run with argparse CLI, clean documentation, and no dependencies beyond standard libraries where possible. Includes batch file renamer, duplicate file finder, downloads organizer, folder backup, web article scraper, CSV/JSON converter, image resizer, QR code generator, and more.

the argparse setup on these is actually pretty thoughtful, ran the batch renamer and duplicate finder without touching the code which never happens with these kinds of packs honestly
The argparse CLI setup on every script is a really thoughtful touch, makes them feel like actual tools instead of throwaway snippets. Love that you kept dependencies minimal.