A Curated list of Awesome Python Scripts that Automate Stuffs.
Go to file
Ayush Bhardwaj 3340024680
Merge pull request #45 from nitish-iiitd/master
Added a Simple Webpage Parser Wrapper
2018-10-10 16:36:01 +05:30
Algebra-Solver Added Algebra Solver 2018-10-04 22:57:34 +07:00
Artificial-intelligence_bot Create README.md 2018-10-04 09:54:35 +01:00
asymmetric_cryptography Add asymmetric encryption in python 2018-10-04 13:27:43 -03:00
Bitcoin-Price-GUI added more information in README 2018-10-04 19:06:19 +08:00
caeser_cipher added caeser cipher readme 2018-10-03 19:37:33 -05:00
Checksum Documentation for checksum tool 2018-10-05 23:03:01 -05:00
Codechef-Code-Submitter added files for automated code submission 2018-10-03 21:41:41 +05:30
Contact-Distribution Add a example script to distributes the contacts you receive sequentially to emails in a list. 2018-10-03 11:30:39 -03:00
CricBuzz_Score_Update Added README.md 2018-10-06 12:04:30 +05:30
Crypt_Socket Adding another cool python stuff 2018-10-04 19:47:02 -03:00
Current_City_Weather Added weather code and Readme. Enjoy 2018-10-04 14:20:55 +10:00
Directory-organizer Added python script for organizing a directory 2018-10-03 20:32:15 +05:30
File-Explorer-Dialog-Box Update README.md 2018-10-03 14:12:26 +05:30
Flash-card-Challenge Flash-card-Challenge 2018-10-02 15:03:23 -07:00
FramedText Create Readme.md 2018-10-03 08:28:43 -04:00
Handwriting_Recognizer Created Folders for scripts 2018-10-03 12:42:16 +02:00
Image-Circulator Update README.md 2018-10-03 04:31:17 +03:00
images2pdf fixed readme.md file 2018-10-02 23:27:33 +02:00
InstadpShower Create dppage.py 2018-10-03 01:35:01 +05:30
Location_Of_Adress Created Folders for scripts 2018-10-03 12:42:16 +02:00
Location_Of_Own_IP_Adress Created Folders for scripts 2018-10-03 12:42:16 +02:00
Ping_Server script to alert when your servers are down via sms and telegram message 2018-10-03 11:31:58 +05:30
Proxy-Request added random proxy request script 2018-10-03 01:27:15 +05:30
Random_Names_Generator Added Random Names Generator 2018-10-04 01:26:29 +05:30
Random_Password_Generator Add Random Password Generator 2018-10-04 13:31:04 -04:00
SimpleWebpageParser Updated README 2018-10-10 01:13:46 +05:30
Slideshare-Downloader Add Slideshare-Downloader script to download SlideShare presentations 2018-10-03 22:11:59 -06:00
SmsYourLocation script for messaging location 2018-10-03 11:18:06 +05:30
Squid-Proxy-Installer-for-Ubuntu16 Created README.md 2018-10-04 20:12:47 +03:00
Subtitle-downloader Add python script for downloading subtitles 2018-10-03 00:04:25 +05:30
vigenere_cipher Fixing number input 2018-10-07 17:07:45 +02:00
Website-Blocker Added Website Blocker 2018-10-03 00:04:07 +05:30
Word-generator Add Word Generator 2018-10-03 12:21:46 -03:00
Work_Log_Generator Added Work_Log_Generator 2018-10-04 19:31:58 +02:00
Youtube_Video_Downloader add Youtube_Video_Downloader 2018-10-04 09:18:29 -04:00
zabbix_api Create README.md 2018-10-04 10:55:24 +05:30
zip_password_cracker Create README.md 2018-10-03 15:19:29 +01:00
.gitignore Add a .gitignore to catch common auto-generated files 2018-10-03 22:23:53 -06:00
README.md Added all current projects and contributors. 2018-10-08 21:52:30 -03:00

Awesome Python Scripts 😎 PyPI

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:

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.