A Hangman game made with simple python using Tkinter library. To run this game on your system follow steps given below. Open Tutorial : https://pythonscholar.com/python-projects/hangman-game-in-python/
- Clone this repository
- Make sure you have python 3 and Tkinter installed in your system
- Select the directory Hangman and open terminal in it.
- Run the follow command for terminal version.
python Hangman_Console.py
- Run the follow command for GUI version.
python Hangman_GUI.py