Sudoku solver built with Python and Tkinter. It combines a backtracking solver with an OCR pipeline that can read Sudoku boards from images and populate the UI automatically. This project evolved from ...
In this project, we will develop a sudoku solver that uses a more friendly interface than the one used in the first project. For instance, the following corresponds to the new input and output format ...