Table of Contents

Python Scripts
This repository consists of a list of more than 60 Python scripts, primarily those which automate a specific task. Each folder contains one or more .py files and a README to explain what that specific Python script needs to run. These scripts are free to use as long as long as the original contributor is credited.
Contributing
We encourage contributions from the community to make this repository even more valuable. Whether you want to add a new Python script or enhance an existing one, we welcome your input. Here's how you can contribute:
Note: Please follow the maintainer of the repository for quick approval of the PR's via Twitter, Instagram, Youtube, Github
Adding a New Script
1. Create an issue: Start by creating an issue in this repository. Describe the new script you'd like to contribute, its purpose, and any specific features it will provide.
2. Fork the repository: Fork this repository to your own GitHub account to create a copy you can work on.
3. Create a Pull Request (PR): In your forked repository, develop the Python script and include a README file explaining how to use it. Ensure you credit the original contributor if you're building upon an existing script.
4. Update the List: If you're adding a new script, make sure to include it in the "List of Python Scripts" section below, providing a title, a link to the script's folder, and a brief description.
NOTE: Remember to close your issues once your PR has been merged! They can be reopened if needed.
More information on contributing and the general code of conduct for discussion and feedback in this repo can be found here: CONTRIBUTIONS.md
List of Scripts in Repo
| Script | Link | Description |
|---|
| Arrange It | Arrange It | A Python script that can automatically move files into corresponding folders based on their extensions. |
| Auto WiFi Check | Auto WiFi Check | A Python script to monitor if the WiFi connection is active or not |
| AutoCert | AutoCert | A Python script to auto-generate e-certificates in bulk. |
| Autocomplete Notes App | Autocomplete Notes App | A Python script that provides a notes application with autocomplete features. |
| Automated Emails | Automated Emails | A Python script to send out personalized emails by reading a CSV file. |
| Black Hat Python | Black Hat Python | Source code from the book Black Hat Python |
| Blackjack | Blackjack | A game of Blackjack - let's get a 21. |
| Chessboard | Chessboard | Creates a chessboard using matplotlib. |
| Compound Interest Calculator | Compound Interest Calculator | A Python script to calculate compound interest. |
| Convert Temperature | Convert Temperature | A python script to convert temperature between Fahreheit, Celsius and Kelvin |