A collection of high-utility scripts designed to solve real-world efficiency problems.
The Problem: Downloads and working directories often become cluttered with mixed file types, reducing productivity.
The Solution: An automated script (file_organizer.py) that scans a directory and intelligently sorts files into folders (Images, Docs, Code, etc.) based on extension.
- Clone the repo.
- Run
python file_organizer.pyin the target directory. - Watch your files get organized instantly!
*Created by N9sha18
The Problem: Collecting data (like prices, quotes, or news) manually is tedious and error-prone.
The Solution: A script (web_scraper.py) that utilizes BeautifulSoup to parse HTML and extract structured data into a CSV file.
- Install dependencies:
pip install -r requirements.txt - Run
python web_scraper.py - Check
quotes_data.csvfor the results.