mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
6.3 KiB
6.3 KiB
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
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.