balbalu / Awesome-Python-Scripts

A Curated list of Awesome Python Scripts that Automate Stuffs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Python Scripts 😎 PyPI HitCount GitHub stars

What is this repo?

This repo is a compilation of some awesome Python scripts that automate some boring tasks or simply make our life easier...or both!

🍪 Cookies for all contributors as well~

What do we have:

So far, the following projects have been integrated to this repo:

Project Name Contributors
sudoku-solver Rishabh Umrao
File Encrypt Decrypt Aditya Arakeri
Address locator Chris
Automated emails Suvigya
AI chatbot umar abdullahi
Asymmetric Encryption victor matheus
Bitcoin price GUI Amirul Abu
Cryptocurrency Converter AdnCodz
Caesar Cipher epi052
Checksum tool Austin Ewens
Codechef autosubmitter Harshit Mahajan
Colored B&W Image Converter Nitish Srivastava
Contact 'Leads' Distribution Tiago Cordeiro
Cricket Matches web Scraper Divy Ranjan
Crypt socket Willian GL
Current City Weather Jesse Bridge
Directory organizer Athul P
DOH DIG Ryan
English Theasaurus Ansh Dhingra
Elasticsearch snapshot Joe Ryan
Excel Files Merger Andrei N
Excel to List Nitish Srivastava
Extended_ip_address_info hafpaf
File explorer Nikhil Kumar Singh
File Sharing Bot Darshan Patel
Flash card quizzer Utkarsh Sharma
Frammed text generator jcdwalle
git_automation loge1998
Gmail Mailing Script mayank-kapur
Handwrting DNN recognizer Chris
HTML Table to List Nitish Srivastava
Image circle formatter Berk Gureken
Image To PDF msaoudallah
Instadp Web Scrapper Psychiquest
Keylogger Preet Mishra
Minecraft Server in background Max von Forell
Own IP locator Chris
Port Scanner Plutoberth
Python Algebra Solver Sengxay Xayachack
Random name generator Ayush Bhardwaj
Random Password Generators Hafpaf and Renderer-RCT2
Server Ping prince
Signature photo to PNG converter Rodolfo Ferro
Simple Webpage Parser Nitish Srivastava
Slideshare downloader Chris Goes
SMS your location prince
Squid installer for Ubuntu Berkay Demir
Subtitle downloader Kaushlendra Pratap
Top_News Attupatil
Take Screenshot Moad Mohammed Elhebri
To Do Bot Darshan Patel
Upload Files to S3 Jayram Nai
Vinegère Cipher victoni
Web proxy Nikhil Kumar Singh
Website blocker Ayush Bhardwaj
Word generator TGLIDE
Work log generator Maël Pedretti
Youtube video downloader Christopher He
Zabbix API msg4sunny
Zip password cracker umar abdullahi
RSA Algorithm Chinmay Rane
CLI Calculator Willian GL
Find PhoneNumber in String Austin Zuniga
IMDB TV Series Info Extractor Yash Raj Sarrof
PX to REM Atthaphon Urairat
Yoda-speak Translator sonniki
SSH Host adder NinoDoko
Wikipedia-Search Nissaar
Instagram Video Downloader Shobhit Bhosure
Medium Article Downloader coolsonu39
Face Recognition LOKESH KHURANA
File Encrypt Decrypt Aditya Arakeri
Address locator Chris
Automated emails Suvigya
AI chatbot umar abdullahi
Asymmetric Encryption victor matheus
Bitcoin price GUI Amirul Abu
Cryptocurrency Converter AdnCodz
Caesar Cipher epi052
Checksum tool Austin Ewens
Codechef autosubmitter Harshit Mahajan
Colored B&W Image Converter Nitish Srivastava
Contact 'Leads' Distribution Tiago Cordeiro
Cricket Matches web Scraper Divy Ranjan
Crypt socket Willian GL
Current City Weather Jesse Bridge
Directory organizer Athul P
DOH DIG Ryan
Excel Files Merger Andrei N
Excel to List Nitish Srivastava
Extended_ip_address_info hafpaf
Fibonacci_Sequence_Generator John Wesley Kommala
File explorer Nikhil Kumar Singh
File Sharing Bot Darshan Patel
Flash card quizzer Utkarsh Sharma
Frammed text generator jcdwalle
Gmail Mailing Script mayank-kapur
Handwrting DNN recognizer Chris
HTML Table to List Nitish Srivastava
Image circle formatter Berk Gureken
Image To PDF msaoudallah
Instadp Web Scrapper Psychiquest
Keylogger Preet Mishra
Minecraft Server in background Max von Forell
Own IP locator Chris
Port Scanner Plutoberth
Python Algebra Solver Sengxay Xayachack
Random name generator Ayush Bhardwaj
Random Password Generators Hafpaf and Renderer-RCT2
Server Ping prince
Signature photo to PNG converter Rodolfo Ferro
Simple Webpage Parser Nitish Srivastava
Slideshare downloader Chris Goes
SMS your location prince
Squid installer for Ubuntu Berkay Demir
Subtitle downloader Kaushlendra Pratap
Take Screenshot Moad Mohammed Elhebri
To Do Bot Darshan Patel
Upload Files to S3 Jayram Nai
Vinegère Cipher victoni
Web proxy Nikhil Kumar Singh
Website blocker Ayush Bhardwaj
Word generator TGLIDE
Work log generator Maël Pedretti
Youtube video downloader Christopher He
Zabbix API msg4sunny
Zip password cracker umar abdullahi
CLI Calculator Willian GL
Find PhoneNumber in String Austin Zuniga
IMDB TV Series Info Extractor Yash Raj Sarrof
Yoda-speak Translator sonniki
Medium Article Downloader coolsonu39
RSA Key Pair Generator Aditya Parikh
Clean_up_photo sritanmay001
PyRecorder Rocky Jain
Pretty CSV Frizz925
File Organizer Ayush Bhardwaj
send_whatsapp_message Mukesh Prasad
YTS Torrents Mayank Nader
COVID visualiser (real-time) Tushar Gupta
Random_Email_Generator Shubham Garg
WiFi Password Viewer Sagar Patel
Tambola_Ticket_Generator Amandeep_Singh
Py_Cleaner Abhishek Dobliyal
Send messages to sqs in parallel Jinam Shah
Codeforces Checker Jinesh Parakh
Github repo creator Harish Tiwari
Remove-Duplicate-Files Aayushi Varma
PDF2text QuangPH
Image Watermarker (batch) Remco Halman
Folder Manager Harsh Raj
IMDBQuerier Burak Bekci
URL shortener Sam Ebison
2048 Krunal
Spotify Downloader Sagar Patel
Download Page as PDF Jeremias Gomes
JSON file to YAML convertor Saksham Basandrai
Independent RSA Communication Algorithm Miguel Santos
GithubBot Abhilasha
Translate CLI Rodrigo Oliveira
Rock-Paper-Scissor Game Punit Sakre

How to use :

  • Clone/Download the directory and navigate to each folder. Or...

  • Simply navigate to the folder and download/copy the scripts! It's that simple and easy.

  • Setup virtual environment for that scripts:

    • python -m venv env
    • source env\bin\activate
    • pip install -r requirements.txt
  • Run the script :)

Remember to star the repo if you love the scripts~ 😉

Contribution Guidelines :

Steps required to follow before adding any script

  • Make a separate folder for your script.

  • There shouldn't be any spaces between the names of the script. (Use underscore or dash Symbol)

    • Script One
    • ✔️ Script_One
    • ✔️ Script-One
  • The Folder should contain the followings -

    • Main Python Script,

    • Supporting files for the Script (If any)

    • A separate README.md File with proper documentation.

    • requirements.txt file for any required library.

    • How to create requirements.txt file - cd <your_script_dir> - Activate your local virtual environment - source env\bin\activate - pip freeze > requirements.txt

  • Add your name & script in the project's list above in the same format. [Compulsory]

  • Only One Commit per PR is Adviced.

If you like the project:

Want to connect with me ?

About

A Curated list of Awesome Python Scripts that Automate Stuffs.

License:MIT License


Languages

Language:Python 84.0%Language:HTML 15.4%Language:Jupyter Notebook 0.4%Language:Shell 0.1%Language:CSS 0.1%