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 |