Skip to content

coolmaples/python-automation-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Automation Toolkit 🐍⚑

5 powerful Python scripts to automate your daily tasks.

πŸ†“ Free Scripts (in this repo)

1. File Organizer

Sort files into folders by type (Images, Documents, Videos, etc.)

python3 file_organizer.py ~/Downloads
python3 file_organizer.py ~/Downloads --by-date --dry-run

2. Web Scraper

Extract 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.txt

πŸ’Ž Full Toolkit (5 scripts)

The 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

Features

  • βœ… Zero dependencies β€” Pure Python 3 standard library
  • βœ… Cross-platform β€” Windows, macOS, Linux
  • βœ… CLI-friendly β€” --help for every tool
  • βœ… Safe β€” --dry-run mode to preview changes
  • βœ… Clean code β€” Learn from it, modify it

Requirements

  • Python 3.7+

License

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!

About

5 Python scripts to automate daily tasks. Zero dependencies. Just Python 3. | πŸ“ File Organizer 🌐 Web Scraper πŸ“ Batch Rename πŸ”„ CSV/JSON Converter πŸ“„ PDF Toolkit

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages