Skip to content

🌊 An open source project where developers create, play, and learn games and tools built with Python

License

Notifications You must be signed in to change notification settings

AseanK/python-tools-and-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tools and Games



GitHub contributors GitHub PR closed GitHub issues GitHub last commit GitHub Maintained Github Repo Size License: MIT

Table of Contents

Getting Started

Contributing

Games
Tools



👀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 git@github.com: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 git@github.com: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!

🙌 Contributors


🙏 Thank you! 🙏