Skip to content

mikethegoblin/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

This is a Sudoku solver with a simple GUI built by python

To use the solver, run the SudokuUI.py file, and you will see a window open up on your desktop like the following:
SolverUI

Then, you can enter the Sudoku problem on the left. After entering the problem, click the Solve Sudoku button in the middle and you will see the solved result on the right.
solve_sudoku

If the Sudoku is unsolvable, you will see a popup telling you that the Sudoku is unsolvable, as the following picture shows:
unsolvable_sudoku

To clear the grid, click the clear grid button in the middle.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published