Skip to content

Sudoku solver written in python and run from the terminal.

License

Notifications You must be signed in to change notification settings

dansahagian/pydoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.9

Pydoku

A Sudoku puzzle solver written in Python

Description

This solver has successfully solved expert level Sudoku puzzles in a couple of seconds.

Setup

Strictly speaking, there are no requirements other than the standard library to run the solver.

Tests

If you'd like to run the tests that you'll want to install pytest.

  • pip install pytest
  • pytest .

Todo

  • Look into a better grid/entry
  • Write some more test coverage
  • Speed things up

About

Sudoku solver written in python and run from the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages