Welcome to my Python Hangman project! This repository features three versions of the game, each celebrating Indian city names as the word to guess.
- ๐ฅ๏ธ Console Version โ Terminal-based, playable online
- ๐ช Tkinter GUI Version โ A basic GUI interface
- ๐ง Pygame GUI Version โ Visual and audio-rich interface
โถ๏ธ Play Console Version on Replit- ๐ช Try Tkinter Version on Replit (GUI wonโt display)
Note: Tkinter apps do not display properly on Replit. For best experience, run them locally.
Make sure you have Python 3 installed.
cd tkinter python hangman_tkinter.py
๐ช Tkinter GUI Version cd tkinter python hangman_tkinter.py
๐ง Pygame GUI Version cd pygame pip install pygame python hangman_pygame.py
โ Make sure correct.wav and wrong.wav are in the same folder as hangman_pygame.py.
๐๏ธ Project Structure hangman-showcase/ โโโ console/ โ โโโ hangman_console.py โโโ tkinter/ โ โโโ hangman_tkinter.py โโโ pygame/ โ โโโ hangman_pygame.py โ โโโ correct.wav โ โโโ wrong.wav
๐จโ๐ป Author Arun vk Game dev enthusiast ยท Python explorer ยท Proudly Indian ๐ฎ๐ณ Built with ๐ in 2025