Sudoku Solver is a small graphical utility for solving any Sudoku puzzle, almost instantaneously. It also shows the steps required to solve the same.
How to run?
Simply execute the module sudoku_solver.py from the terminal
python sudoku_solver.py
How to use?
1. You can fill up grid with any Sudoku puzzle you like by scrolling over the cells.
2. Click the Solve button to solve the puzzle.
More information about this can be obtained from the application menu - Help -> How To Use?
You can find detailed information about this project on the author's blog - http://guanidene.blogspot.com/2011/07/sudoku-solver-with-gui-written-in.html
Product's homepage
Requirements:
· Python
· wxPython