Skip to main content

A collection of useful tools for generating, grading, solving, and transforming sudoku puzzles

Project description

sudoku-tools

pypi version downloads build status python versions format license

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 hashes)

Uploaded Source

Built Distribution

sudoku_tools-0.1.0-py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page