Sudoku is my Term Project for my Fundamentals of Programming and Computer Science/15-112 Class
In this Sudoku game you are able to choose from 200 different boards ranging from difficulties of easy to evil. There is also a manual and automatic legal mode to keep track of all the legal moves. In addition there is hints that you can use when playing to solve it quicker.
Use pip to install the necessary module Pillow/PIL.
Use either the first one or the second one to install.
pip install PIL
pip3 install PIL
Make sure that you are in the same folder as the board images, boards, and button_image. After you can just run main.py and enjoy the game!