Solve and generate basic Sudokus and Sudokus with an extended set of rules.
Project description
sudoku-sat
Solve and generate basic Sudokus and Sudokus with an extended set of rules.
See sudoku-sat --help
for all options.
Required Python version: >= 3.9
Recommended Installation Instructions
- install
limboole
, either through your system's package manager or manually - install
sudoku-sat
:python -m venv .sudoku-sat
. ./sudoku-sat/bin/activate
pip install sudoku-sat
Manual Installation Instructions
- install
limboole
, either through your system's package manager or manually- install
sudoku-sat
: git clone git@github.com:charludo/sudoku-sat.git
python -m venv .sudoku-sat
. .sudoku-sat/bin/activate
cd sudoku-sat
pip install -e .
- install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sudoku-sat-1.0.0.tar.gz
(81.2 kB
view hashes)