Skip to content

Latest commit

Β 

History

History
91 lines (68 loc) Β· 3.46 KB

File metadata and controls

91 lines (68 loc) Β· 3.46 KB
layout default
title Python Scripts Collection
description A collection of useful Python scripts for automation and utilities by Usama Sarwar

Welcome to Python Scripts Collection! 🐍✨

This is a curated collection of useful Python scripts designed to make your life easier through automation and utilities.

🎯 Quick Navigation

  • 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

πŸ’– Love These Scripts?

Your support helps me create more useful automation tools for everyone!


πŸ“‹ Available Scripts

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)

πŸš€ Getting Started

  1. Clone the repository:

    git clone {{ site.github.clone_url }}
    cd scripts
  2. Install dependencies (one time setup):

    cd scripts
    python3 setup_requirements.py
  3. Run any script directly:

    cd scripts/script-name
    python3 script_name.py

πŸ’‘ Why These Scripts?

  • 🎯 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

🌟 Popular Features

  • 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

🀝 Join the Community

Made with ❀️ by Usama Sarwar

Making automation accessible to everyone, one script at a time!