This a demo project for HangMan game build in python. This tool gets a word list from another github repo using requests module.
Request module is used to get a wordlist file from internect which has 52K+ words.
pip install -r requirements.txtTo run the game we just have to run the python file.
python hangman.py