A graphical Number Guessing Game built using Python and Tkinter.
The computer randomly selects a number between 1 and 100, and the user tries to guess it with hints provided after each attempt.
- Graphical User Interface (GUI) using Tkinter
- Input validation for non-numeric values
- Hints to guess higher or lower
- Attempt counter
- Popup message on correct guess
- Automatic game reset after winning
- Enter a number between 1 and 100
- Click Check Guess
- The app tells you to go higher or lower
- Game ends when the correct number is guessed
- Number and tries reset automatically
- Python
- Tkinter
- Random module
Make sure Python is installed, then run:
python number_guessing_game_gui.py