Skip to content

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

License

Notifications You must be signed in to change notification settings

dawsonbooth/sudoku-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages