Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kourva/guessgame
Simple Python Guess Game with PyAutoGUI
https://github.com/kourva/guessgame
game guess-the-number guessing-game guessing-number-game python-games python3
Last synced: 2 months ago
JSON representation
Simple Python Guess Game with PyAutoGUI
- Host: GitHub
- URL: https://github.com/kourva/guessgame
- Owner: Kourva
- Created: 2022-11-20T01:45:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:43:40.000Z (4 months ago)
- Last Synced: 2024-10-15T06:36:37.517Z (3 months ago)
- Topics: game, guess-the-number, guessing-game, guessing-number-game, python-games, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuessGame
Simple Python Guess Game with PyAutoGUI# Clone
```bash
git clone https://github.com/Kourva/GuessGame && cd GuessGame
```# Requirements
#### Tkinter
+ pacman
```bash
sudo pacman -Sy tk
```
+ apt
```bash
sudo apt-get install tk
```#### PyAutoGui
```bash
python3 -m pip install PyAutoGUI
```# Run The Game
```bash
python3 GuessGame.py
```
# Reset Score
To reset the score just run **Reset-Score.py**
```bash
python3 Reset-Scores.py
```