5 powerful Python scripts to automate your daily tasks.
Sort files into folders by type (Images, Documents, Videos, etc.)
python3 file_organizer.py ~/Downloads
python3 file_organizer.py ~/Downloads --by-date --dry-runExtract links, images, and text from any webpage. Pure stdlib.
python3 web_scraper.py https://example.com --mode links
python3 web_scraper.py https://example.com --mode text -o output.txtThe complete toolkit includes 3 additional scripts:
- Batch Rename β Rename files with patterns, find-replace, numbering
- CSV/JSON Converter β Convert between CSV, JSON, and Markdown tables
- PDF Toolkit β Merge, split, extract text from PDFs
Get the full toolkit β $9 on Gumroad
- β Zero dependencies β Pure Python 3 standard library
- β Cross-platform β Windows, macOS, Linux
- β
CLI-friendly β
--helpfor every tool - β
Safe β
--dry-runmode to preview changes - β Clean code β Learn from it, modify it
- Python 3.7+
Free scripts (File Organizer, Web Scraper) are MIT licensed. The full toolkit is a paid product available on Gumroad.
β Star this repo if you find it useful!