Skip to main content

Utility and website for generating solvable sudoku puzzles

Project description

This is an utility and website for generating solvable sudoku puzzles.

Usage

This utility can be used as a Python package, simply using import edsudoku. For example, a regular sudoku board can be generated as follows:

import edsudoku
board = edsudoku.generate(3, 3)

In addition, edsudoku provides a WSGI web server application. This application can be used using the following script:

from edsudoku.server import app as application.

Contact

For any issue, please contact Eli Daian <elidaian@gmail.com>.

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

edsudoku-2.0.2.zip (219.1 kB view hashes)

Uploaded Source

Built Distribution

edsudoku-2.0.2-py2-none-any.whl (218.9 kB view hashes)

Uploaded Python 2

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