This is a simple Number Guessing Game built using Python and the Tkinter library for the graphical user interface (GUI).
The game generates a random number between 1 and 100. The player enters guesses, and the game provides feedback if the guess is too high, too low, or correct.
It also tracks the number of attempts and gives motivational or warning messages using colored text and clean UI elements.
Technologies Used:
•Python
•Tkinter (GUI)
•MessageBox and dynamic labels
Possible Future Enhancements:
•Scoreboard
•Countdown timer
•Sound effects or visual animations
This game demonstrates basic logic, conditionals, and user interaction using Python in a fun and educational way.