Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 374 Bytes

Sudoku

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.