Skip to content

oliverchen415/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver

Solves a typical 9x9 sudoku puzzle

Usage

  1. Clone the repository or download the ZIP file containing the files.
  2. Run the sudoku_gui.py file using the command python sudoku_gui.py.
  3. A window will appear and you can fill in the values of your puzzle.
    Values marked with 0 are assumed to be blanks.
    Clicking on the solve button will display a solved solution.

Requirements

Only requirement is PySimpleGui.
Not interested in building an executable using PyInstaller.
The executable it produces is way too large.

About

Solves a typical 9x9 sudoku puzzle

Topics

Resources

License

Stars

Watchers

Forks

Languages