Welcome to the Python GUI Apps Repository! This repository contains multiple GUI apps written in Python, each of which can be played by executing the main.py script in its respective app folder.
App 1: Password Generator
Description: Password Generator is a simple GUI application that allows users to generate, save and search a strong and secure passwords with customizable options.
App 2: Ping Pong Game
Description: Ping Pong Game is a classic arcade-style game where players control paddles to hit a ball back and forth, competing against the computer or another player.
App 3: Quiz App
Description: Quiz App is an interactive GUI app designed to quiz users on various topics, with multiple-choice questions and scoring functionality.
App 4: Snake Game
Description: Snake Game is a nostalgic game where players control a snake to eat food and grow longer while avoiding collisions with walls and its own body.
App 4: Turtle Crossing Game
Description: Turtle Crossing Game is a fun and addictive arcade game where players control a turtle to cross a busy road safely while avoiding cars and obstacles.
- Clone the Repository:
git clone https://github.com/hesenjan_username/python-gui-apps.git
2Install Dependencies (if any): If the app requires any dependencies, install them using pip:
pip install -r requirements.txt
3Navigate to the App Folder: Go to the folder of the app you want to run, for example:
cd snake_game/
4Run the App: Execute the main.py script:
python main.py
Contributions are welcome! If you'd like to add a new app or improve an existing one, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/new-app. -
Make your changes and commit them:
git commit -m 'Add new app'. -
Push to the branch:
git push origin feature/new-app. -
Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this README according to your project's specific details and requirements.