Simple Hangman game from TWT's Python Hangman Tutorials playlist, with an added menu and random words generator.
This project uses Poetry, please make sure you have it installed before running the project. Click here for more instructions on how to install Poetry on your machine.
Run the code below from a terminal inside the project folder
poetry init
Activate the env
poetry shell
and run the game
poetry run python main.py