Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 457 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 457 Bytes

GuessGame

Simple Python Guess Game with PyAutoGUI

Clone

git clone https://github.com/Kourva/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