Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```