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
Release history Release notifications | RSS feed
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 details)
Built Distribution
edsudoku-2.0.2-py2-none-any.whl
(218.9 kB
view details)
File details
Details for the file edsudoku-2.0.2.zip
.
File metadata
- Download URL: edsudoku-2.0.2.zip
- Upload date:
- Size: 219.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5e640f411fba89b6820b312cfed8cd3881c71ddc1f7a9ce83bb4c3aa5dda032d
|
|
MD5 |
c8c782446ca4b1232429731df593077f
|
|
BLAKE2b-256 |
8b9b102deffc85cf265fe4d5dd23c76b7519c7286670c26ae9c159ffe998779f
|
File details
Details for the file edsudoku-2.0.2-py2-none-any.whl
.
File metadata
- Download URL: edsudoku-2.0.2-py2-none-any.whl
- Upload date:
- Size: 218.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
838a73fb1229e3194becf7dc37169a6e604831e3ed4adb89c0d8c7ac25173559
|
|
MD5 |
c00f75e0bdbf2c334cb24ee5ffbbaa44
|
|
BLAKE2b-256 |
c7a38e9645208579498645386ebc8e9e173ccdcf9c8f459c9d1ab9319cf5383f
|