Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 469 Bytes

Hangman

This is a basic hangman game created 100% with python using tkinter.

#########Installation#########

To use this code you will need to have python 3 installed as well as tkinter and pillow.

To install python head over to https://python.org Install tkinter: pip install tkinter Install pillow: pip install pillow

You will also need a code editor, and suggested is VS Code or PyCharm. Others do work the same but with less features.

Enjoy playing ths game!