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

Comments
  • added code for tower of hanoi

    added code for tower of hanoi

    Related Issue

    Tower of Hanoi Game

    • [x] LGM-SOC'21 Participant
    • [ ] Contributor

    Closes: #272

    i Have added code for tower of hanoi.

    Give a clear description what modifications you have made

    Type of change

    What sort of change have you made:

    • [] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [ ] Code style update (formatting, local variables)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    How Has This Been Tested?

    Describe how have you verified the changes made

    Checklist:

    • [x] My code follows the guidelines of this project.
    • [ ] I have performed a self-review of my own code.
    • [ ] I have commented my code, particularly whereever it was hard to understand.
    • [ ] I have made corresponding changes to the documentation.
    • [x] My changes generate no new warnings.
    • [ ] I have added tests that prove my fix is effective or that my feature works.
    • [ ] Any dependent changes have been merged and published in downstream modules.
    invalid 
    opened by ultraUnicorn74 29
  •  Youtube video downloader

    Youtube video downloader

    Title: Youtube video downloader About: I want to create a script to download youtube videos. Name: Yash Sakre Label: Feature Request Assignee:

    LGM-SOC'21: Participant

    Description: I would like to Implement Python libraries to create this downloader. Please assign this issue to me.

    Assigned LGMSOC21 
    opened by Yash-Sakre 27
  • Days Finder In A Month

    Days Finder In A Month

    Related Issue

    -Days Finder In A Month

    • [x] LGM-SOC'21 Participant
    • [x] Contributor

    Closes: #436

    Describe the changes you've made

    This is used to find the number of days in a month.

    Type of change

    What sort of change have you made:

    • [x] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [x] Code style update (formatting, local variables)
    • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [x] This change requires a documentation update

    How Has This Been Tested?

    I tested the code in Online python compiler as well as in offline compiler.

    Checklist:

    • [x] My code follows the guidelines of this project.
    • [x] I have performed a self-review of my own code.
    • [x] I have commented my code, particularly where ever it was hard to understand.
    • [x] I have made corresponding changes to the documentation.
    • [x] My changes generate no new warnings.
    • [x] I have added tests that prove my fix is effective or that my feature works.
    • [x] Any dependent changes have been merged and published in downstream modules.
    LGMSOC21 πŸŸ© Level1 
    opened by Ashu-1309 20
  • Image Background Remover

    Image Background Remover

    Hey LGM-SoC / DCP participants, good to see you.

    This project helps in removing the background from an image by keeping only foreground in focus.

    Repo : Image Processing Scripts

    If you like to work on this issue, follow the given guidelines for code as well as for the README.

    Assigned HACKTOBERFEST 
    opened by prathimacode-hub 19
  • Fibonacci sequence generator

    Fibonacci sequence generator

    Problem: Implement a python generator for a Fibonacci sequence. Title: Fibonacci sequence generator About: It will implement a python generator for a Fibonacci sequence. Name: PALAK AGARWAL Label: Feature Request Assignee: ''

    Define You:

    [ ] LGM-SOC'21 Participant [ ] Contributor Describe the solution: I would write a python script for this problem

    Assigned LGMSOC21 
    opened by palakagarwal5230 19
  • Lane Detection

    Lane Detection


    Title: Road Lane Detection About: I want to create an image processing python script that will detect the lanes of a road through a sample image using the OpenCV library. Name: Suvra Shaw Label: Feature Request Assignee: ''


    Define You:

    • [βœ”οΈ ] LGM-SOC'21 Participant
    • [βœ”οΈ ] Contributor

    Is your feature request related to a problem? Please describe.

    Describe the solution you'd like...

    I want this program to detect the lanes of the road displayed in the sample image. Any image can be processed in this manner with a little tweak of the input coordinates.

    Describe alternatives you've considered?

    I am planning to implement this script into a video, by obtaining its frames.

    Approach to be followed (optional):

    I will use the OpenCV library of python to process the NumPy array of the sample image (obtained after conversion). Firstly, I will use the canny function to trace the edges in the image. Then I will mask the array to the required portion. Finally, I will use Hough Lines to detect the lanes and draw the detections obtained.

    Additional context

    None, curently.

    Assigned DCP21 
    opened by suvrashaw 19
  • Enhanced Covid Cases Bot

    Enhanced Covid Cases Bot

    Related Issue

    • Info about the related issue Closes: #166
    • [x] Contributor

    Problem:

    1. It was not possible to use the win10toaste module in linux (it is possible only for me). text
    2. This is not really a problem, but I want to be able to manage the waiting time and the number of iterations. text

    Type of change

    What sort of change have you made:

    • [x] New feature (non-breaking change which adds functionality)

    Describe the add-ons or changes you've made

    1. Add module notify2, it is necessary to display notifications in nix systems.
    2. Add module platform to determine the OS.
    3. Added count and timeout variables for convenience.
    4. Add module math for the possibility of continuous iteration.
    5. Data printing in the console window is removed.

    Workflow:

    Screenshot:

    Output Added functions:

    • To work in windows 'covidbot_Windows' covidbot_Windows
    • To work in Linux 'covidbot_Linux' covidbot_Linux For continuous operation, the covidbot function is called by the count=math.inf parameter math.inf
    Assigned 
    opened by ShulgaAnatoly 17
  • Rolling Dice game added

    Rolling Dice game added

    Info about the related issue Title: Rolling Dice game Name:Dhara Bindal Label: Feature request

    LGM-SOC'21 Participant

    Closes: #396

    Changes I have made Added a folder Rolling_Dice under the Pygame scripts folder The folder contains the Rolling_Dice.py file which consist of code script. It also has a README.md file which explains everything about the code.

    Type of change:

    [] Bug fix (non-breaking change which fixes an issue) [x] New feature (non-breaking change which adds functionality) [] Code style update (formatting, local variables) [] Breaking change (fix or feature that would cause existing functionality to not work as expected) [] This change requires a documentation update

    Checklist: My code follows the guidelines of this project. I have performed a self-review of my own code. I have added tests that prove my fix is effective or that my feature works. Any dependent changes have been merged and published in downstream modules.

    LGMSOC21 πŸŸ© Level1 
    opened by bindaldhara 17
  • Temperature Converter

    Temperature Converter

    Related Issue

    • Info about the related issue

    • [x] LGM-SOC'21 Participant

    • [ ] Contributor

    Closes: #333

    Describe the changes you've made

    This is calculator that is used to convert Celsius into Fahrenheit and Vice versa.

    Type of change

    What sort of change have you made:

    • [x] Bug fix (non-breaking change which fixes an issue)
    • [ ] New feature (non-breaking change which adds functionality)
    • [ ] Code style update (formatting, local variables)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    How Has This Been Tested?

    it is tested to Pycharm and it is working fine and gave the desired result .

    Checklist:

    • [x] My code follows the guidelines of this project.
    • [x] I have performed a self-review of my own code.
    • [x] I have commented my code, particularly where ever it was hard to understand.
    • [ ] I have made corresponding changes to the documentation.
    • [ ] My changes generate no new warnings.
    • [ ] I have added tests that prove my fix is effective or that my feature works.
    • [ ] Any dependent changes have been merged and published in downstream modules.

    Screenshots

    Temp

    LGMSOC21 πŸŸ© Level1 
    opened by Ashu-1309 17
  • Quotes Extractor

    Quotes Extractor

    Related Issue

    • Extracting Quotes from Website

    • [x] LGM-SOC'21 Participant

    • [ ] DevIncept Participant

    • [ ] Contributor

    Closes: #798

    Describe the changes you've made

    Wrote complete code to extract codes from the website along with proper description in the markdowns and proper comments

    Type of change

    What sort of change have you made:

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [ ] New feature (non-breaking change which adds functionality)
    • [ ] Code style update (formatting, local variables)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    Checklist:

    • [x] My code follows the guidelines of this project.
    • [x] I have performed a self-review of my own code.
    • [x] I have commented my code, particularly whereever it was hard to understand.
    • [ ] I have made corresponding changes to the documentation.
    • [x] My changes generate no new warnings.
    • [ ] I have added tests that prove my fix is effective or that my feature works.
    • [ ] Any dependent changes have been merged and published in downstream modules.
    🟨 Level2 LGMSOC21 
    opened by Gaurav1401 14
  • Document Converter App

    Document Converter App


    Title: Document Converter App About: Using Python Scripts, to create an application where we can change the document format like pdf to word, excel to pdf, image jpg to png etc... Name: Rammya Dharshini K Label: Feature Request Assignee: ''


    Define You:

    • [x] LGM-SOC'21 Participant
    • [ ] Contributor

    Is your feature request related to a problem? Please describe.

    Yes, This application has a lot of features so we don't want to use multiple applications for this.

    Describe the solution you'd like...

    I would like to use python modules like tkinker, FPDF, PyPDF2, dox2PDF, etc.

    Please assign this task to me.

    Assigned LGMSOC21 
    opened by rammya29 14
  • audiobook

    audiobook

    I want to contribute to a project for Reading/Saving audiobooks. You can listen to your book and also can save it to listen to it later.

    Supported Format:-

    1. Pdf
    2. txt
    3. Epub
    Assigned HACKTOBERFEST 
    opened by codeperfectplus 5
  • Dog Breed Identification

    Dog Breed Identification

    β˜‘οΈ Title : Image Identifaction in Python-Django β˜‘οΈ Name : Sanskar Dwivedi β˜‘οΈ Contribution Type :

    Hacktoberfest2022 Participant

    @prathimacode-hub Please assign me this issue, as I want to participate in Hacktoberfest 2022.

    Assigned HACKTOBERFEST 
    opened by Knighthawk-Leo 1
  • Video Merger

    Video Merger

    TITLE : Video Merger using python About:- This Python script Merges many videos (.mp4) into a single video Name : Ambush Neupane Label:- AutomationScripts

    Assignee : Prathima Kadari

    Assigned HACKTOBERFEST 
    opened by ambushneupane 5
  • Video Merger

    Video Merger

    Related Issue

    • A python script to Merge Many videos into a single Video

    • [x] Hacktoberfest2021 Participant

    • [x] Contributor

    Closes: #1100

    Describe the changes you've made

    Type of change

    What sort of change have you made:

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [x] New feature (non-breaking change which adds functionality)
    • [ ] Code style update (formatting, local variables)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • [ ] This change requires a documentation update

    How Has This Been Tested?

    The script has been tested the script on my local machine for different test cases.

    Checklist:

    • [x] My code follows the guidelines of this project.
    • [x] I have performed a self-review of my own code.
    • [x] I have commented my code, particularly whereever it was hard to understand.
    • [x] I have made corresponding changes to the documentation.
    • [x] My changes generate no new warnings.
    • [x] I have added tests that prove my fix is effective or that my feature works.
    • [x] Any dependent changes have been merged and published in downstream module
    HACKTOBERFEST Request Changes 
    opened by ambushneupane 11
Owner
Prathima Kadari
Developer‍|Blogger|Mentor|OpenSource|Ambassador|Volunteer|Freelancer| Be the best version of yourself!✨.
Prathima Kadari
python scripts - mostly automation scripts

python python scripts - mostly automation scripts You can set your environment in various ways bash #!/bin/bash python - locally on remote host #!/bi

Enyi 1 Jan 5, 2022
A collection of daily usage utility scripts in python. Helps in automation of day to day repetitive tasks.

Kush's Utils Tool is my personal collection of scripts which is used to automated daily tasks. It is a evergrowing collection of scripts and will continue to evolve till the day I program. This is also my first python project.

Kushagra 10 Jan 16, 2022
Collection of Python scripts to perform Eikonal Tomography

Collection of Python scripts to perform Eikonal Tomography

Emanuel KΓ€stle 10 Nov 4, 2022
Malicious Document IoC Extractor is a collection of scripts that helps extracting IoCs from various maldoc families.

MDIExtractor Malicious Document IoC Extractor (MDIExtractor) is a collection of scripts that helps extracting IoCs from various maldoc families. Prere

Malwrologist 14 Nov 25, 2022
Collection of system-wide scripts that I use on my Gentoo

linux-scripts Collection of scripts that I use on my Gentoo machine. I tend to put all scripts in /scripts directory. It is not likely that you would

Xoores 1 Jan 9, 2022
An ongoing curated list of frameworks, libraries, learning tutorials, software and resources in Python Language.

Python Development Welcome to the world of Python. An ongoing curated list of frameworks, libraries, learning tutorials, software and resources in Pyt

Paul Veillard 2 Dec 24, 2021
Python with braces. Because Python is awesome, but whitespace is awful.

Bython Python with braces. Because Python is awesome, but whitespace is awful. Bython is a Python preprosessor which translates curly brackets into in

null 1 Nov 4, 2021
πŸ† A ranked list of awesome Python open-source libraries and tools. Updated weekly.

Best-of Python ?? A ranked list of awesome Python open-source libraries & tools. Updated weekly. This curated list contains 230 awesome open-source pr

Machine Learning Tooling 2.7k Jan 3, 2023
Awesome Casino is simple offline casino made on python.

Awesome-Casino Awesome Casino is simple offline casino made on python. I found bug, what can i do? If you find any bug or want to suggest any idea, al

Herman 1 Feb 4, 2022
This repository is an archive of emails that are sent by the awesome Quincy Larson every week.

Awesome Quincy Larson Email Archive This repository is an archive of emails that are sent by the awesome Quincy Larson every week. If you fi

Sourabh Joshi 912 Jan 5, 2023
Participants of Bertelsmann Technology Scholarship created an awesome list of resources and they want to share it with the world, if you find illegal resources please report to us and we will remove.

Participants of Bertelsmann Technology Scholarship created an awesome list of resources and they want to share it with the world, if you find illegal

Wissem Marzouki 29 Nov 28, 2022
laTEX is awesome but we are lazy -> groff with markdown syntax and inline code execution

pyGroff A wrapper for groff using python to have a nicer syntax for groff documents DOCUMENTATION Very similar to markdown. So if you know what that i

Subhaditya Mukherjee 27 Jul 23, 2022
An awesome script to convert the University Of Oviedo web calendar to Google or Outlook calendars.

autoUniCalendar Un script en Python para convertir el calendario de la intranet de la Universidad de Oviedo en un calendario de Outlook o Google Calen

Bimo99B9 14 Sep 28, 2022
Awesome open-source alternatives to SaaS

Awesome-oss-alternatives - Awesome list of open-source startup alternatives to well-known SaaS products

Runa Capital 12.7k Jan 3, 2023
Integration between the awesome window manager and the firefox web browser.

Integration between the awesome window manager and the firefox web browser.

contribuewwt 3 Feb 2, 2022
An awesome list of AI for art and design - resources, and popular datasets and how we may apply computer vision tasks to art and design.

Awesome AI for Art & Design An awesome list of AI for art and design - resources, and popular datasets and how we may apply computer vision tasks to a

Margaret Maynard-Reid 20 Dec 21, 2022
Run python scripts and pass data between multiple python and node processes using this npm module

Run python scripts and pass data between multiple python and node processes using this npm module. process-communication has a event based architecture for interacting with python data and errors inside nodejs.

Tyler Laceby 2 Aug 6, 2021
Python based scripts for obtaining system information from Linux.

sysinfo Python based scripts for obtaining system information from Linux. Python2 and Python3 compatible Output in JSON format Simple scripts and exte

Petr Vavrin 70 Dec 20, 2022
Repo Home WPDrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (graphics, dev, mac)

DrawBot DrawBot is a powerful, free application for macOS that invites you to write Python scripts to generate two-dimensional graphics. The built-in

Frederik Berlaen 342 Dec 27, 2022