An interactive word guessing game built using Python with both CLI and GUI versions.
- Multiple difficulty levels (Easy, Medium, Hard)
- Random word selection
- Feedback on correct letters
- GUI version using Tkinter
- Replay functionality
- Python
- Tkinter
python gui.pypython wordgame.py
Watch the project in action: https://www.linkedin.com/posts/gunpreet-kaur-8a2728294_python-projects-beginnerprojects-activity-7450232160172621825-5bzv?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEdMcPoBRkJR1v2g8Ybz3otTno4pvKHSi8Y
- Python logic building
- GUI development
- Event handling
- Game development basics