This is a Python GUI Sudoku Solver using tkinter module
Prerequisites to run this GUI Sudoku Solver:
1.Python 3.x
2.Tkinter (usually comes pre-installed with Python)
How to run this GUI Sudoku Solver:
- Open command prompt / Terminal (depending upon the OS) .
- Use 'cd directory_name' (replace directory_name with your respective directory) command and move to the downloaded 'Sudoku' folder
- type the following command to run it "python3 Sudoku_Solver.py" (or) "python Sudoku_Solver.py"