Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 477 Bytes

File metadata and controls

26 lines (19 loc) · 477 Bytes

Python Scripting Collection

A collection of Python utility scripts covering automation, file handling, web scraping, and more.

Scripts Included

  • File management and batch renaming
  • Web scraping with BeautifulSoup
  • Data parsing and CSV manipulation
  • API integration helpers

Requirements

pip install -r requirements.txt

Usage

Each script is standalone. Run directly:

python script_name.py

License

MIT