Sudoku Solver is a simple Python program that solves Sudoku puzzles and provides a graphical user interface (GUI) for visualizing the solution.
- Sudoku Solver Algorithm: Utilizes a backtracking algorithm to solve Sudoku puzzles.
- Tkinter GUI: Provides a basic graphical user interface for visualizing the Sudoku board and solution.
- Python 3.x
- Tkinter (included with most Python installations)
-
Clone or download the repository to your local machine.
-
Open a terminal or command prompt and navigate to the project directory.
-
Run the program.