/GuessGame

Simple Python Guess Game with PyAutoGUI

Primary LanguagePython

GuessGame

Simple Python Guess Game with PyAutoGUI

Clone

git clone https://github.com/kozyol/GuessGame && cd GuessGame 

Requirements

Tkinter

  • pacman
sudo pacman -Sy tk
  • apt
sudo apt-get install tk

PyAutoGui

python3 -m pip install PyAutoGUI

Run The Game

python3 GuessGame.py

Reset Score

To reset the score just run Reset-Score.py

python3 Reset-Scores.py