- This is an AI Mini Project, which solves sudoku puzzles.
- The solver has got a gui, provided using the tkinter module of python.
- The program uses backtracking algorithm to solve the given puzzle.
- The program also displays an error message if the given puzzle cannot be solved
- The program also only accepts the digits 1 to 9 as the input, though any symbols can be used in the original puzzle.
- This is done only for the convinience of the user as the version using the digits 1 to 9 is the most popular.