Table of Contents
This project was inspired by the cli based hangman game. I recently learnt how to use the PySimpleGUI python library and decided to give the game a face
Thanks to the following amazing packages for making this application a reality.
The steps below explains how you can get this awesome game up and running. Follow the steps as-is.
All requirements are in the requirements.txt
file
- pip
pip install PySimpleGUI
- Clone the repo
git clone https://github.com/your_username_/hangman_gui.git
- cd into the app folder
cd ./hangman_gui
- Install Python package
pip install -r requirements.txt
To play this game, after installing PySimpleGUI just run python game.py
.
Take a look inside the ./dic_data_cleaning directory to see how the dictionary data was cleaned and added to the database
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @hyelnatz2 - hndzarma@gmail.com
Project Link: https://github.com/hyelnatzz/hangman_gui