| layout | default |
|---|---|
| title | Python Scripts Collection |
| description | A collection of useful Python scripts for automation and utilities by Usama Sarwar |
This is a curated collection of useful Python scripts designed to make your life easier through automation and utilities.
- Browse All Scripts - See what's available
- [Request a Script]({{ site.github.repository_url }}/issues/new?template=script_request.md) - Need something custom?
- [Contribute]({{ site.github.repository_url }}/blob/main/CONTRIBUTING.md) - Add your own scripts
Your support helps me create more useful automation tools for everyone!
| Script | Description | Status |
|---|---|---|
| komarev-view-counter | GitHub profile view counter automation using Komarev service | β Active |
| tiktok-views | TikTok views vulnerability checker for security research | π Research |
More scripts coming soon! [Request one here]({{ site.github.repository_url }}/issues/new?template=script_request.md)
-
Clone the repository:
git clone {{ site.github.clone_url }} cd scripts -
Install dependencies (one time setup):
cd scripts python3 setup_requirements.py -
Run any script directly:
cd scripts/script-name python3 script_name.py
- π― Practical: Solve real-world problems
- π Well-documented: Easy to understand and modify
- π§ Ready-to-use: No complex setup required
- π€ Community-driven: Built based on user requests
- π Continuously updated: Regular improvements and new additions
- No Virtual Environment - Uses system Python for simplicity
- One-Click Setup - Single setup script installs all dependencies
- VS Code Compatible - Works with "Run Code" button out of the box
- Comprehensive Documentation - Every script includes detailed guides
- Script Templates - Easy framework for adding new scripts
- Issue Templates - Streamlined way to request new features
- GitHub Pages Integration - Beautiful online documentation
Made with β€οΈ by Usama Sarwar
Making automation accessible to everyone, one script at a time!