- Python 3+
- Pip must be installed
- MySQL server running
- Clone the repo. Get inside the directory
- Create a db in MySQL and fill the info in config.ini
- Create a virtual environemnt and activate
Virtual Environments - Install dependencies
$ pip install -r requirements.txt
- Insert game data into MySQL
$ python insert.py
- Run the Application
$ python hangman_app.py