A Curated Collection of Awesome Python Scripts

Overview

Welcome to Awesome_Python_Scripts 👋

Alt text of image

PRs Welcome Open Source Love contributions welcome made-with-python GitHub contributors Maintenance

📌 Repository

A Curated Collection of Awesome Python Scripts that will make you go wow. This repository will help you in getting those green squares. Hop in and enjoy the journey of open source. 🚀

The main aim is to provide an efficient and beginner-friendly project that would help you in mastering Python and make you familiar with it. Turn yourself into a pro with all the hands-on that got you covered.

🙌 Join Here

Anyone related to technology who is looking to contribute to open-source is all invited to hop in. This place has a task for everyone.

| BasicPythonScripts | WebScrapingScripts | APIScripts | GUIScripts | AutomationScripts | PyGamesScripts | ImageProcessingScripts |

BasicPythonScripts - This repository would have basic python scripts which are useful to get started with programming before you dive into real time projects.

WebScrapingScripts - This repository would have webscraping scripts which is a data scraping technique used for extracting data from websites.

APIScripts - This repository would have application programming interfacing (API) scripts which would help in performing operations programmatically and deploy projects as apps.

GUIScripts - This repository would have all graphical user interface (GUI) scripts which would create an interface and performs the operations visually unlike command line.

AutomationScripts - This repository would contain automation scripts that would automate your tasks efficiently and helps you in saving a lot of time.

PyGamesScripts - This repository would have all the wide range of games scripts that can programmed and developed using python.

ImageProcessingScripts - This repository would indulge with all image processing scripts that would help in beautifying and transforming the images.

When raising an issue, do make sure to mention the kind of script, project title, short description of the project and how would you expect it to work. As a good practice, always link the the issue number with pull request. (#issue number : Give this details when you raise a PR).

If you worked on or want to initiate a unique project and share it with the world, you can do that here. Go through the contributing guidelines in CONTRIBUTING 👩‍💻

Subsequently, also go through the GitHub documentation on creating a pull request.

🌱 Pre-requisites

  • Python IDE : Install it by using this link python.org
  • If you are new to python programming and want to have a fair knowledge before you start working on it, you can learn it in a simplified way through this repository.
  • To make you familiarize with how programming works in python with proper structuring and algorithms, here I present a project created specifically for contributors who wants to explore and practice their concepts.

🛠 Templates to Follow

Note : One should follow these templates while creating a new issue or pull request. Else, 'LGM-SOC' label won't be assigned neither your contributions would count. This is to ensure that we know you as a 'LGM-SOC' participant.

📝 Project Structure

Your projects should contain this flow to maintain similarity across all other projects. Make sure to note these things, before you create a PR.

Create a folder of your project title. (Example : If you want to add a game of tic tac toe, then project name should be "Tic Tac Toe" and file name as "tic_tac_toe.py")

The project repository you had created would have :

file_name.py - This python file is the project you have worked upon.

README.md - This file is must included to get good understanding of the project (Elaborate it briefly about how it works using README template).

requirements.txt - In this file, you should add all the libraries you had included in your project

Images - This folder would have all images added, be it screenshots or step by step process images.

Related files - The other additional and related files would be added up in "Related" folder.

⚙️ Things to Note

  • Make sure you do not copy codes from external sources because that work will not be considered. Plagiarism is strictly not allowed.
  • You can only work on issues that have been assigned to you.
  • If you want to contribute the script, it's preferable that you create a new issue before making a PR and link your PR to that issue.
  • If you have modified/added code, make sure the code compiles before submitting.
  • Strictly use snake_case (underscore_separated) in your file_name and push it in the correct folder.
  • Add Screenshots to help us know what this Script is all about.
  • Do not update the README.md.

👨‍💻 Workflow:

  • Fork the repository

  • Clone your forked repository using terminal or gitbash.

  • Make changes to the cloned repository

  • Add, Commit and Push

  • Then in GitHub, in your cloned repository, find the option to make a pull request.

print("Start contributing for Awesome_Python_Scripts")

👍 OpenSource Programs

Hall Of Fame

Thanks goes to these amazing people for their contributions 🎉 🎉 🎉


Prathima Kadari

📆 💬 👀 📢 🤔 💻

Sonali Bedade

💻 📖

Umesh Singh

💻 🤔 📖

Kevin Kurian T

💻 📖

Kushal Das

💻 🤔 📖

Mohommad Mirza

💻 📖

Randall Wert

💻 📖

Satyam Tripathi

💻 📖

Pragya Khanna

💻 📖

Mudit Choudhary

💻 📖

Ricardo

💻 📖

Pankaj Biradar

💻 📖

📜 Code Of Conduct

You can find our Code of Conduct here.

📝 License

This project follows the MIT License.

Mentors(LGM-SOC)


Prathima Kadari

Sagnik Mitra

🙂 Project Admin

Give this Project a Star

GitHub followers Twitter Follow

If you liked working on this project, do and share this repository.

🎉 🎊 😃 Happy Contributing 😃 🎊 🎉

📬 Contact

If you want to contact me, you can reach me through below handles.

  

© 2021 Prathima Kadari

forthebadge forthebadge forthebadge forthebadge

Owner
Prathima Kadari
Developer‍|Blogger|Mentor|OpenSource|Ambassador|Volunteer|Freelancer| Be the best version of yourself!✨.
Prathima Kadari
HOWTO: Downgrade from nYNAB to YNAB4

HOWTO: Downgrade from nYNAB to YNAB4 This page explains how to move from nYNAB to YNAB4 while retaining as much information as possible. See Appendix

Tobias Kunze 10 Dec 29, 2022
Osintgram by Datalux but i fixed some errors i found and made it look cleaner

OSINTgram-V2 OSINTgram-V2 is made from Osintgram which is made by Datalux originally but i took the script and fixed some errors i found and made the

2 Feb 02, 2022
An AddOn storing wireguard configuration

Wireguard Database Connector Overview Development Status: 0.1.7 (alpha) First of all, I'd like to thank Jared McKnight for wireguard who inspired me t

Markus Neubauer 3 Dec 30, 2021
Linux Backlight Manager

Is a program to manage your laptop keyboard backlights in linux. Tested on Tuxedo / Clevo / Monste models. Must be tested on other devices

Arshia Ihammi 4 Jan 14, 2022
x-tools is a collection of tools developed in Python

x-tools X-tools is a collection of tools developed in Python Commands\

5 Jan 24, 2022
Wordle is fun, so let's ruin it with computers.

ruin-wordle Wordle is fun, so let's ruin it with computers. Metrics This repository assesses two metrics about each algorithm: Success: how many of th

Charles Tapley Hoyt 11 Feb 11, 2022
This scrypt for auto brightness control

God damn. This scrypt for auto brightness control. The scrypt has voice assistant. You should move this script to auto-upload folder. What do you need

0 Jul 25, 2022
Source for the Fedora Silverblue and Kinoite variants.

Source for the Fedora Silverblue and Kinoite variants.

Fedora Kinoite 7 Aug 20, 2022
Python library for Minitel communication through serial port

Python library for Minitel communication through serial port

Noël 3 Aug 14, 2022
Multi-Probe Attention for Semantic Indexing

Multi-Probe Attention for Semantic Indexing About This project is developed for the topic of COVID-19 semantic indexing. Directories & files A. The di

Jinghang Gu 1 Dec 18, 2022
Some shitty programs just to brush up on my understanding of binary conversions.

Binary Converters Some shitty programs just to brush up on my understanding of binary conversions. Supported conversions formats = "unsigned-binary" |

Tim 2 Jan 09, 2022
This Python library searches through a static directory and appends artist, title, track number, album title, duration, and genre to a .json object

This Python library searches through a static directory (needs to match your environment) and appends artist, title, track number, album title, duration, and genre to a .json object. This .json objec

Edan Ybarra 1 Jun 20, 2022
Remove Sheet Protection from .xlsx files. Easily.

🔓 Excel Sheet Unlocker Remove sheet protection from .xlsx files. How to use Run Run the script/packaged executable from the command line. Universal u

Daniel 3 Nov 16, 2022
Laurence Billingham 1 Feb 16, 2022
Pre-crisis Risk Management for Personal Finance

Антикризисный риск-менеджмент личных финансов Риск-менеджмент личных финансов условиях санкций и/или финансового кризиса: делаем сегодня все, чтобы за

Dmitry Petukhov 593 Jan 09, 2023
Youtube Channel Website

Videos-By-Sanjeevi Youtube Channel Website YouTube Channel Website Features: Free Hosting using GitHub Pages and open-source code base in GitHub. It c

Sanjeevi Subramani 5 Mar 26, 2022
A companion web application to connect stash to deovr

stash-vr-companion This is a companion web application to connect stash to deovr. Stash is a self hosted web application to manage your porn collectio

19 Sep 29, 2022
gwcheck is a tool to check .gnu.warning.* sections in ELF object files and display their content.

gwcheck Description gwcheck is a tool to check .gnu.warning.* sections in ELF object files and display their content. For an introduction to .gnu.warn

Frederic Cambus 11 Oct 28, 2022
A Unified Framework for Hydrology

Unified Framework for Hydrology The Python package unifhy (Unified Framework for Hydrology) is a hydrological modelling framework which combines inter

Unified Framefork for Hydrology - Community Organisation 6 Jan 01, 2023
Purge all transformation orientations addon for Blender 2.8 and newer versions

CTO Purge This add-on adds a new button to Blender's Transformation Orientation panel which empowers the user to purge all of his/her custom transform

MMMrqs 10 Dec 29, 2022