Skip to content

mthavaf/hangman

Repository files navigation

Hangman Game made using tkInter (Python)

System Requirements

  1. Python 3+
  2. Pip must be installed
  3. MySQL server running

Steps to run the application

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages