Skip to content

Kourva/GuessGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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