A simple yet powerful Sudoku Solver built using Python and Tkinter. This application allows you to input a Sudoku puzzle into a 9x9 grid and solves it instantly using a backtracking algorithm.
- โ Interactive 9x9 Sudoku board
- โก Fast and efficient solving with backtracking
- ๐ Input validation and error handling
- ๐ฅ๏ธ User-friendly GUI built with Tkinter
- ๐ง Solves even the toughest puzzles with ease
- Python 3.x
- Tkinter (usually comes pre-installed with Python)
- Clone the Repository:
git clone https://github.com/your-username/sudoku-solver-gui.git
cd sudoku-solver-gui