using Tkinter Gui library
Number Guessing Game This is a simple number guessing game created using Python and Tkinter. The game generates a random number between 1 and 50, and the player needs to guess the number.
Features: Generates a random number between 1 and 50. Provides visual feedback using colors (blue for too low, red for too high, green for correct). Resets the game after a correct guess. Handles invalid inputs gracefully. Requirements: Python 3.x Tkinter library (usually comes pre-installed with Python)


