Skip to content

Collection of Beginner to Intermediate level Python projects contributed by members.

Notifications You must be signed in to change notification settings

pawarspeaks/Hacktoberfest2021-Python-Projects

 
 

Repository files navigation

Hacktoberfest2021-Python-Projects

Hello there! This repository contains a 'Collection of Beginner to Intermediate level Python projects', created specially for the Hacktoberfest2021. You are all welcome to contribute in the project.

Python Projects - Target

  • Task 1: Random Password Generator
  • Task 2: Simple GUI calculator using Tkinter
  • Task 3: GUI to Shutdown, Restart and Logout from the PC using Python
  • Task 4: Rock Paper Scissors Game
  • Task 5: ToDo GUI Application using Tkinter

What is Hacktoberfest2021 ?

  • A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

What is this Hacktoberfest2021-Python-Projects?

  • We have built this repository with an aim of making a super collection of Python Projects. We have assigned you some tasks which are listed above. Now it's your turn to complete the projects and send us a Pull Request (See below for more details), & put your contribution in the open-source project.
  • There are separate Repositories named as Task-1, Task-2, etc. Each repository consists of Project Details, where you'll get to know what are our expectations from that particular project.

NOTE: More than 1 person can submit same project (Again, see below for details).

How to Contribute ??

Strictly follow the given rules(unless mentioned optional) before sending us a PR.

  1. Fork this Repository(by clicking Fork Icon on top right of the repository), to your profile.
  2. Now, clone this repository to your Local Machine using:
git clone https://github.com/your-username/Hacktoberfest2021-Python-Projects.git
  1. Move into your desired Task folder, and create a new repository in format : YOUR-PROJECT-TITLE-YOUR-NAME . First name should be your Unique Project Title followed by your Github handle, which will be separated by ' - '
  2. Now read the Project-Description from README.md file, and add your project code.
  3. Now Commit & Push, using :
git add .
git commit -m "Your Project Title"
git push 
  1. Now before sending a PR, make sure you 'Fetch Upstream' to avoid any kind of conflicts.
  2. Send a PR with your Project Title & Your Github Name. Adding 1 or 2 line project description is mandatory.

Rules & FAQs

  1. Minor modifications will not be counted.
  2. You will be banned immediately after 3 invalid PRs.
  3. Don't just Copy Paste the code from Internet, we will review your code and then only it will be merged.
  4. Modifing existing projects / Solving Issues will also be counted as contribution.

Show some ❤️ by Starring the Repository

Maintained by: Anmol Singh Yadav & Chaitanya Sapre

About

Collection of Beginner to Intermediate level Python projects contributed by members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%