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 ...