Skip to content

spbupos/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver 1.0

This is a simple graphic tool for automatic solving of Sudoku

Requirments

  • Python3 (any version)
  • PySimpleGUI (installable via pip)

Usage

python3 ./main.py

Solver logs his "thinking" to file log.txt in current directory

Examples

  • Solve empty sudoku
  • 1 2
  • Solve easy sudoku
  • 3 4
  • Solve difficult sudoku
  • 5 6

Known issues

On some Sudoku works very slow :(

License

This software is licensed under GNU GPLv3 and comes with absolutely no warranty :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages