A simple 9×9 Sudoku puzzle solver with a graphical user interface built using Python and Tkinter. Input a puzzle manually and solve it with a single click using a backtracking algorithm.
- Intuitive 9×9 grid for input
- Input validation (only digits 1–9 allowed)
- Solve button to auto-fill the solution
- Clear button to reset the board
python GUI.py