/hangman-tkinter-py

A Python based Hangman Game App. The interface is made using Python's library Tkinter. A word's list is provided that may be user defined.

Primary LanguagePython

hangman-tkinter-py

A Python based Hangman Game App. The interface is made using Python's library Tkinter. A word's list is provided that may be user defined.

Running Process

  • Make sure Tkinter and other imports are installed in your machine. This can be done using pip install 'your-library-name'.
  • Place all images of the hangman, the words list and the driver file in one folder.
  • Run the folder in a Python Environment and enjoy!

You can initialize the words list as per your own requirements.

words_list

A few sample demonstration pictures

hangman1

hangman2

hangman3