A small python interpretation of the classic game 'Hangman' that I created out of boredom in the space of ~1 hour.
1. Clone this repo
2. Open terminal and cd into the folder
3. Install the requirements from 'requirements.txt'
pip install -r requirements.txt
4. Run app.py
python3 app.py