The Hangman game implemented using GUI integrated using a random word generator API
The Hangman game implemented using GUI and integrated with a random word generator API
git clone https://github.com/snehangsude/Hangman.git
cd Hangman
pip install -r requirements.txt
python main.py
git clone https://github.com/snehangsude/Hangman.git
cd Hangman
pip install -r requirements.txt
python3 main.py
Inital screen
Message if key is pressed without selecting Level
Screen after selecting any of the three levels
Successful guess
Unsuccessful guess