Pythonic implementation of a Fully Fledged Sudoku Solver with a variety of dimensions. Sudoku may be generated from the image of a Sudoku or be generated by the program itself. Extended Documentation and Beautification of GUI to be done in future commits.
Install packages as needed or pip3 -r install requirements.txt
.
Test application by python3 GUI.py
.