Opensourcecontri / python-projects

A repository containing several Python scripts to automate daily and common tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Projects

License Contributors Forks

Introduction

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 are being contributed by our generous contributors.

How to contribute

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.

Things to keep in mind when contributing

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.

Available Scripts in our Repository

Id No. Script Name Script Description Link
1 AudioBook Converts PDF-to-audible book Find me here
2 Caesar-Cipher script to encode and decode Find me here
3 Check-System-Usage Checks free space percentage and average CPU usage Find me here
4 Image-Converter Converts image to sketch Find me here
5 Alarm-Clock Console based Alarm clock and remainder which plays sound and shows message as user directed Find me here
6 Audio-to-text Transcribes speech from inputted audio file using PocketSphinx. Find me here
7 Web-Map Interactive Web map for searching volcanoes and population Find me here
8 Hangman-Game A fun to play Hangman Game with GUI Find me here
9 Auto-Backup Backups the folder as given by yourself as a path in the input. Run the script to get a backup in zip format. Find me here
10 Meta Data Extractor Extracts Meta Data of Image Find me here
11 Automate README file Scripts to generate a curated list of project exists in the folder and create a README file Find me here

Good Luck and don't forget to have fun with Open Source 🚀

About

A repository containing several Python scripts to automate daily and common tasks.

License:MIT License


Languages

Language:HTML 99.2%Language:Python 0.8%