mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
A Curated list of Awesome Python Scripts that Automate Stuffs.
Algebra-Solver | ||
Artificial-intelligence_bot | ||
asymmetric_cryptography | ||
Bitcoin-Price-GUI | ||
caeser_cipher | ||
Checksum | ||
Codechef-Code-Submitter | ||
Color_to_BW_Converter | ||
Contact-Distribution | ||
CricBuzz_Score_Update | ||
Crypt_Socket | ||
Current_City_Weather | ||
Directory-organizer | ||
Excel_to_ListofList | ||
File-Explorer-Dialog-Box | ||
Flash-card-Challenge | ||
FramedText | ||
Handwriting_Recognizer | ||
HTML_Table_to_List | ||
Image-Circulator | ||
images2pdf | ||
InstadpShower | ||
Location_Of_Adress | ||
Location_Of_Own_IP_Adress | ||
logpye_log4j_search | ||
mailing | ||
Ping_Server | ||
Port_Scanner | ||
Proxy-Request | ||
Random_Names_Generator | ||
Random_Password_Generator | ||
SimpleWebpageParser | ||
Slideshare-Downloader | ||
SmsYourLocation | ||
Squid-Proxy-Installer-for-Ubuntu16 | ||
Subtitle-downloader | ||
Take_screenshot | ||
vigenere_cipher | ||
Website-Blocker | ||
Word-generator | ||
Work_Log_Generator | ||
Youtube_Video_Downloader | ||
zabbix_api | ||
zip_password_cracker | ||
.gitignore | ||
README.md |
Awesome Python Scripts 😎
What is this repo?
This repo is a compilation of some awesome scripts that automate some boring tasks or simply make our life easier.
What do we have:
So far, the following projects have been integrated to this repo:
- Python Algebra Solver by Sengxay Xayachack
- AI chatbot by umar abdullahi
- Bitcoin price GUI by Amirul Abu
- Checksum tool by Austin Ewens
- Codechef autosubmitter by Harshit Mahajan
- Contact 'Leads' Distribution by Tiago Cordeiro
- Cricket Matches web Scraper by Divy Ranjan
- Crypt socket by Willian GL
- Current City Weather by Jesse Bridge
- Directory organizer by Athul P
- File explorer by Nikhil Kumar Singh
- Flash card quizzer by Utkarsh Sharma
- Frammed text generator by jcdwalle
- Handwrting DNN recognizer by Chris
- Image circle formatter by Berk Gureken
- Instadp Web Scrapper by Psychiquest
- Address locator by Chris
- Own IP locator by Chris
- Server Ping by prince
- Web proxy by Nikhil Kumar Singh
- Random name generator by Ayush Bhardwaj
- Slideshare downloader by Chris Goes
- SMS your location by prince
- Squid installer for Ubuntu by Berkay Demir
- Subtitle downloader by Kaushlendra Pratap
- Website blocker by Ayush Bhardwaj
- Word generator by TGLIDE
- Work log generator by Maël Pedretti
- Youtube video downloader by Christopher He
- Asymmetric Encryption by victor matheus
- Caesar Cipher by epi052
- Image To PDF by msaoudallah
- Vinegère Cipher by victoni
- Zabbix API by msg4sunny
- Simple Webpage Parser by Nitish Srivastava
- Zip password cracker by umar abdullahi
- Excel to List by Nitish Srivastava
- HTML Table to List by Nitish Srivastava
- Colored B&W Image Converter by Nitish Srivastava
- Gmail Mailing Script by mayank-kapur
- Take Screenshot by Moad Mohammed Elhebri
- Port Scanner by Plutoberth
Contribuition Guidelines :
- Make a Seperate Folder for the Script.
- There shouldn't be any Spaces between the names of the script. (Use underscore or dash Symbol) eg. Script_One
- The Folder Should contain Python Script, its supporting files(If any) and a seperate
README.md
File with proper documentation.