A simple number guessing game with a graphical user interface (GUI) built using Python. This game challenges the user to guess a randomly selected number within a given range, providing feedback on each guess.
- Graphical interface for user-friendly interaction
- Random number generation
- Input validation and feedback
- Easy-to-understand layout and code structure
- Python 3.10
- Tkinter (comes pre-installed with most Python distributions)
-
Clone the repository:
git clone https://github.com/your-username/Guessing-game-GUI.git cd Guessing-game-GUI