A collection of useful tools for generating, grading, solving, and transforming sudoku puzzles
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sudoku-tools-0.1.0.tar.gz
(9.6 kB
view details)
Built Distribution
File details
Details for the file sudoku-tools-0.1.0.tar.gz
.
File metadata
- Download URL: sudoku-tools-0.1.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.10 Linux/5.4.0-1043-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db337ff83d97440d3f961a1ab3e57009844df5d6a5ce38ad5389ef34bfd633db |
|
MD5 | 42f4fa4d4189bcc474d40abb45a78c7d |
|
BLAKE2b-256 | d0b6534f96a440d191007757620a3040ed5ff4f6d15551625d3418cca55aef19 |
File details
Details for the file sudoku_tools-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sudoku_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.10 Linux/5.4.0-1043-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46c0ec6322a975e668945474ca05547503571f334c36444d798542de7c1dc363 |
|
MD5 | 6217db213fbaf1b7ab532041fac00ab1 |
|
BLAKE2b-256 | 29591b9cb9b9fc8f1e9ed89f649f6e746dfc4ba5590940490e59348c31f94b46 |