This tutorial walks you through how to make the classic Sudoku game as a GUI (Graphical User Interface) using Python’s built-in GUI library, tkinter.
Follow the complete tutorial here
NOTE: Tutorial language for testing is not yet complete, but the code for tests can be found in sudokutest.py
.