Skip to content

Latest commit

 

History

History

Python Projects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Python Projects Repository

This repository contains various Python games and projects of different levels, including basic, intermediate, and advanced projects. These projects are designed to help you improve your Python programming skills and have fun while doing it.

Table of Contents

Installation

To use the games and projects in this repository, you need to have Python 3.x installed on your computer. You can download the latest version of Python from the official Python website at https://www.python.org/downloads/.

Once you have Python installed, you can clone this repository to your local machine using Git:

  git clone https://github.com/your-username/python-games.git

Usage

Each game and project in this repository has its own folder with a README file that explains how to run and use the project. You can find the instructions for each project in their respective folders.

To run a project, navigate to the project folder in your terminal and run the main Python file:

cd project-folder
python main.py

Games and Projects

Here's a list of the games and projects included in this repository:

Basic

  • Band Name Generator
  • Head or Tail Game
  • Life In Weeks Game
  • Love Match Calculator Game
  • Paying Pals Game
  • Prime Number Scanner
  • Tip Calculator Game
  • BMI Calculator
    • BMI Calculator Version1
    • BMI Calculator Version2
  • Paint Volume Estimator Game
  • Treasure Island Game
    • Treasure Island Game
    • Treasure Map Game
  • Python Calculator
  • Python Pizza Bill Generator

Intermediate

  • Rock Paper Scissor Game
  • Hangman Game
  • Cryptic Shuffle Game
  • Coffee Machine
  • Closed Bid Auction Game
  • King's Court 21 Game
  • NUMBO JUMBO Game
  • Quiz App
  • Random Walk
  • SketchBook
  • Spirograph
  • Turtle Shapes
  • Turtle Spot Painting

Advanced

  • Snake Game
  • Turtle Racing Game
  • Ping Pong Game
  • Turtle Road Crossing Game
  • Mail Merge Project
  • US States Data Analysis Game
  • POMODORO App
  • Password Manager Version1
  • Password Manager Version2
  • Automated Birthday Wisher Project
  • ISS Overhead Notifier Project
  • Rain Alert Notifier Project
  • Stock News Monitoring Project
  • Habit Tracker Project
  • Workout Tracking Project
  • Cheap Flight Finder
  • Musical Time Machine Project
  • Amazon Price Tracker Project
  • Automated Job Application using Selenium
  • Auto Tinder Swapping Bot
  • Complaining Twitter Bot
  • Instagram Follower Bot
  • Data Entry Job Automation

Each project folder contains its own README file with more information about the project.

How to Get Started❓

You can refer to the following articles on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:

Contributing Guidelines

To start contributing, follow the below guidelines:

🌟. Star🌟 the repo to appreciate the work.

0. Take a look at the existing issues or create your own issues. Wait for the Issue to be assigned to you after which you can start working on it.

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_user_name>/Pythongames.git

3. Navigate to the project directory 📁 .

cd Pythongames

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/piyush-sri/PythonProgramming.git 

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream master

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.

13. Add an appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Voila ❗ You have made a PR to the Python Projects Repository 💥 . Sit back patiently and relax while the project maintainers review your PR. Please understand, at times the time taken to review a PR can vary from a few hours to a few days.

Follow Me

LinkedIN

License

MIT