sudoku-tools
Description
This Python package is a collection of useful tools for generating, grading, solving, and transforming sudoku puzzles.
Installation
With Python installed, simply run the following command to add the package to your project.
python -m pip install sudoku-tools
Usage
The object can be constructed with a 1-dimensional board:
arr_1d = [1, 0, 3, 4, 0, 4, 1, 0, 0, 3, 0, 1, 4, 0, 2, 3]
puzzle = Puzzle(arr_1d, 0)
Feel free to check out the docs for more information.
License
This software is released under the terms of MIT license.
Release files for sudoku-tools 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sudoku-tools-0.1.0.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sudoku_tools-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.3 kB
Release files / sudoku-tools-0.1.0.tar.gz
| Download URL | sudoku-tools-0.1.0.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db337ff83d97440d3f961a1ab3e57009844df5d6a5ce38ad5389ef34bfd633db
|
|
BLAKE2b-256 checksum How to use checksums |
d0b6534f96a440d191007757620a3040ed5ff4f6d15551625d3418cca55aef19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.7.10 Linux/5.4.0-1043-azure
|
Release files / sudoku_tools-0.1.0-py3-none-any.whl
| Download URL | sudoku_tools-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
46c0ec6322a975e668945474ca05547503571f334c36444d798542de7c1dc363
|
|
BLAKE2b-256 checksum How to use checksums |
29591b9cb9b9fc8f1e9ed89f649f6e746dfc4ba5590940490e59348c31f94b46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.7.10 Linux/5.4.0-1043-azure
|