This repository holds a curated list of Python scripts which aim to help us automate daily and common tasks. You can pick up any of these scripts on demand to help you with the automation of your common routine tasks. All the scripts in this repository can be found under the scripts
directory and have been contributed by our generous contributors.
Our repository accepts all kinds of contributions. Before making a contribution please make sure you have gone through our contributing guidelines.
You can open an issue with us for a bug, feature or a new script or start working on an existing issue after having it assigned to you by one of the maintainers.
If you are adding a script to the respository, please create a seperate directory with the name of the script inside the scripts
directory of this repository and work within it. Make sure your script comes with its very own README.md
with proper documentation for the end user, if possible add screenshots of your script working in the README.md
as well. In case you are uploading screenshots and/or other relevant images please create a seperate images
folder inside your script folder, this is where you will be keeping your images. Alternatively, you can also upload your images on platforms like imgur and use the resulting link in your README.md
file.
Once you are done working on your script edit this README.md
file and add the relevant information regarding your script in the table below.
Id Number | Script Name | Script Description | Link |
---|---|---|---|
1 | Shorty | Shorty uses python code to shorten URLs on the go | Find me here |
2 | NewsDown | It can download the newspaper in one click | Find me Here |
3 | QR Code Generator | It can generate QR Code of URLs | Find me Here |
4 | CryptoCurrency | Fetches cryptocurrency data and stores them in a .csv file | Find me Here |
5 | Check-System-Usage | Checks free space percentage and average CPU usage | Find me here |
6 | Public IP Address | Prints your public IP address | Find me Here |
7 | CP Template Maker | Organizes and creates templates for cp contests | Find me Here |
8 | Email Sender | Automates Email Process | Find me here |
9 | File Organizer | Organize your Files | Find me here |
10 | Notice Scrapper | Extract all notices from rcciit.org | Find me here |
11 | Vaccination Centre Locator | Provides top 10 nearest Vaccination Centres data based on location in India | Find me here |
12 | Meaning Finder | Find Word's Meaning.. | Find me here |
13 | Amazon-Price-Alert | Send a Email to the user when the price of product goes down below threshold | Find me here |
14 | Email-Phone-Extractor | Extracts email addresses and phone number from clipboard or a text file and stores them as separate csvs | Find me here |
15 | Currency Converter | Convert currencies on realtime using a beautiful tkinter GUI | Find me here |
16 | SMS Sender | Easy CLI interface for users looking to test their SMS campaign integration with Kaleyra | Find me here |
17 | Song-Lyrics-Fetcher | Fetch lyrics of a song and store in a text file | Find me here |
18 | Weather_Forecast_Script | Script to forecast weather of a city | Find me here |
19 | Reddit_Scrapper_Script | Script to scrape data from reddit | Find me here |
20 | Image Compressor | Script compress Images | Find me here |
21 | JSON to xlsx converter | Script to convert json to xlsx | Find me here |
22 | Reddit Image Scrapper | Downloads Reddit Images according to given SubReddit without using API | Find me here |
23 | PDF_Merger_Script | Script to merge pdf | Find me here |
24 | Yaml-Json-Generator | Generate JSON files from YAML files in a directory | Find me here |