Skip to content

dansahagian/pydoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.9 Code style: black

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 to run the solver. If you'd like to use the black formatter or run the tests that you'll want to install the requirements into a virtualenv.

  • python3.9 -m venv ./venv
  • pip install -r requirements.txt

Tests

  • pytest .

Todo

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

Releases

No releases published

Packages

No packages published

Languages