https://github.com/riad-azz/hangman
hangman game with gui
https://github.com/riad-azz/hangman
Last synced: 3 months ago
JSON representation
hangman game with gui
- Host: GitHub
- URL: https://github.com/riad-azz/hangman
- Owner: riad-azz
- Created: 2022-07-01T22:44:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T01:51:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T05:15:10.457Z (9 months ago)
- Language: CSS
- Size: 340 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman
a simple Hangman game with gui using flask and pywebview
Dependencies:
- Tailwind CSS for styling
- HTML, CSS, Javascript
- Python webview
- SQLAlchemy
- Flask
## Installation
* Clone the repo to your local machine
```bash
git clone https://github.com/riad-azz/hangman.git
```
* Install the requirements
```bash
pip install -r requirements.txt
```
## Executing the program
* Run the main script
```bash
python main.py
```
## Program preview
* Winning screen

* Losing screen

* Settings screen