A simple command-line Hangman game built with Python. Guess the word letter by letter before you run out of attempts!
- Classic Hangman gameplay
- Custom word selection
- Art for hangman stages
- On-screen keyboard for input
- Python 3.11.9
- tkinter
- Clone the repository
git clone https://github.com/Argu333/Hangman.git cd Hangman
- Install tkinter (if not installed)
pip install tk