An executable Python program that solves a Sudoku puzzle using a Backtrack algorithm. TkInter was used to create the GUI and PyInstaller was used to create the .exe file.
- How the Backtrack algorithm can be used to solve complex number problems like a Sudoku puzzle
- How to use many different TkInter GUI components such as Canvas, Frames, Labels, Entries and Buttons
- How the GUI and functionality of a program interact to make a complete application
- How to create an executable (.exe) program of a Python file and add a custom icon