A collection of practical Python scripts designed to automate repetitive daily tasks.
A lightweight scraper using BeautifulSoup and requests to extract data from websites.
- Example: Scrapes the front page of Hacker News and saves the titles and links to a JSON file.
A utility to clean up cluttered directories by automatically moving files into subfolders based on their file extensions.
- Python 3.x
pip(Python package manager)
-
Clone the repo:
git clone https://github.com/underbench2-gif/python-automation-toolkit.git cd python-automation-toolkit -
Install required packages:
pip install requests beautifulsoup4
Run any script directly using Python:
python web_scraper.py
python file_organizer.pyFeel free to open issues or submit pull requests with your own automation scripts!
MIT