Hangman is a Python game made by Pygame and CustomTkinter.
-
install python3 in your system
-
clone or download source code and install dependencies
pip install -r requirements.txt
run main.py by python interpreter
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.