Algebra-Solver | ||
Artificial-intelligence_bot | ||
asymmetric_cryptography | ||
Bitcoin-Price-GUI | ||
caeser_cipher | ||
Checksum | ||
cli_calculator | ||
Codechef-Code-Submitter | ||
Color_to_BW_Converter | ||
Contact-Distribution | ||
CricBuzz_Score_Update | ||
Crypt_Socket | ||
Cryptocurrency-converter | ||
Current_City_Weather | ||
Directory-organizer | ||
DOH-Dig | ||
Excel_Files_Merger | ||
Excel_to_ListofList | ||
extended_ip_address_info | ||
file-encrypt-decrypt | ||
File-Explorer-Dialog-Box | ||
File-Sharing-Bot | ||
Find-PhoneNumber-in-String | ||
Flash-card-Challenge | ||
FramedText | ||
Handwriting_Recognizer | ||
HTML_Table_to_List | ||
Image-Circulator | ||
images2pdf | ||
imdb_episode_ratings | ||
InstadpShower | ||
Keylogger | ||
Location_Of_Adress | ||
Location_Of_Own_IP_Adress | ||
logpye_log4j_search | ||
mailing | ||
Minecraft_server_in_background | ||
Ping_Server | ||
Port_Scanner | ||
Proxy-Request | ||
Random_Names_Generator | ||
Random_Password_Generator | ||
signature2png | ||
SimpleWebpageParser | ||
Slideshare-Downloader | ||
SmsYourLocation | ||
speak_like_yoda | ||
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 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:
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 scipts~ 😉
Contribuition Guidelines :
-
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
-
-
Feel Free to add your script in the project's list above.
-
One Commit per PR is the Golden Rule.