Skip to content

Sudoku solving program using TkInter for the GUI.

IngemarWatt/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

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.

What I Learned

  • 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

About

Sudoku solving program using TkInter for the GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages