Introduction to the GUI Tutorial

Part 0: GUI Setup – Initial setup for our GUI Sudoku Tutorial.

Part 1: Sudoku Game Setup – Walkthrough of setting up our Sudoku Board using Tkinter.

Part 2: Sudoku Board Game Logic – Walkthrough of writing the logic for our Sudoku Board.

Part 4: Board Game Script – Wrapping up the Sudoku tutorial by putting the finishing touches of the script.

Part 3: Implemening the Graphical User Interface – Implement the GUI of the Sudoku game with which a user will interact.

GUIs – Extended – GUIs used in real life, and where to go from here.