This repository contains 3 real-world Python automations demonstrated in my YouTube video:
β Web Scraping (Products + Prices)
β Web Automation (Auto File Download)
β Data Cleaning & Combining CSV Files
These scripts are beginner-friendly, fully commented, and ready to run.
Scrapes products from a demo website and saves them to products.csv.
python scrape_products.py
Uses Selenium to automatically open a website and download a file into /downloads
python auto_download.py
Loads all CSVs from /csv_files, combines them, cleans column names, removes duplicates, and exports
python clean_combine_csv.py
Install dependencies:
pip install -r requirements.txt
π https://youtu.be/CXF67DbSf5g
β Contribute / Support
If you want more automation scripts, star this repo β and comment on the video saying βMore automation!β.