python-tools-and-games
python-tools-and-games copied to clipboard
๐ An open source project where developers create, play, and learn games and tools built with Python
Python Tools and Games
Table of Contents
Getting Started
Contributing
Games
- Auction
- BlackJack
- Slot Machine
- Board filling game
- US states guessing
- Minesweeper
- Hang Man
- Rock Paper Scissors
- Guess the number
- Tic-Tac-Toe
- Road crossing
- Pong
- Turtle racing bet
- Snake game
- Etch A Sketch
- CompSci Quiz
- Treasure Island
- Pizza Palour
- Checkers
- General Quiz Game
- Ludo King
Tools
- Encoding
- Calculator
- NATO Alphabet Translator
- Distance Conversion Calculator
- Pomodoro Timer
- Kanye Says...
- Cookie Macro
- QRcode Generator
- Tip Calculator
- Auto WiFi Check
- PDF Merge
- Text Summarizer
๐About The Project
๐ฎ Welcome to the Awesome Open Source Python Games and Tools repository! ๐ ๏ธ
This curated collection of open source games and tools is specifically designed to empower beginners in their journey to learn and explore Python programming. ๐ We strongly encourage contributions from the community to enrich this repository with new games, tools, and improvements.
๐Getting Started
To get started, you'll need to have Python installed on your machine. You can download Python from the official website: python.org.
Once Python is installed, you can take the following steps:
Step 1
- Clone the repository using either of the following commands:
git clone [email protected]:AseanK/python-tools-and-games.git
or
git clone https://github.com/AseanK/python-tools-and-games.git
Step 2
- Now you can explore the games and tools provided in the repository.
- After cloning the repository, navigate to the project directory:
cd "<Name_of_the_folder>"
Step 3
- Run the file using python command
python "<Name_of_the_game/tool>.py"
โจContributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. We welcome contributions from everyone! If you have an idea for a new game or tool, or if you want to improve the existing ones, please follow these steps:
Step 1
- Fork the repository:

Step 2
- Clone the repository:
git clone [email protected]:AseanK/beginner-python-tools-and-games.git
or
git clone https://github.com/AseanK/python-tools-and-games.git
Step 3
- Create a new branch for your feature or improvement:
git checkout -b <Name_of_your_game>
Step 4
- Make your changes and commit them with descriptive messages:
git commit -m '<Comments>'
Step 5
- Push your changes to your forked repository:
git push origin <Name_of_your_game>
Step 6
- Submit a pull request to the main repository.
Please create a simple README.md file using provided template!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!