A Very Unoptimized Hangman Game made using Python and TKinter.
- Clone This Repository to your machine
- Create a Python virtual environment (optional but recommended) using Command Prompt in the Repository Folder:
python -m venv venv
- Install the required Python packages using Command Prompt:
pip install -r requirements.txt
- Done!
Download hangmanpy.rar in the build folder, extract it and launch hangmanpy.exe!