Skip to content

asjwbl/Python_GUI_Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_GUI_Apps

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.

Apps Overview

Description: Password Generator is a simple GUI application that allows users to generate, save and search a strong and secure passwords with customizable options.

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.

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.

Getting Started

  1. 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

Contributing

Contributions are welcome! If you'd like to add a new app or improve an existing one, please follow these steps:

  1. Fork the repository.

  2. Create a new branch: git checkout -b feature/new-app.

  3. Make your changes and commit them: git commit -m 'Add new app'.

  4. Push to the branch: git push origin feature/new-app.

  5. Submit a pull request.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages