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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file edsudoku-2.0.zip.
File metadata
- Download URL: edsudoku-2.0.zip
- Upload date:
- Size: 218.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eb43ee7a05c5f1b2f11aa7be600b10b05d910a3b8806a41dd8b9e2a9113080c
|
|
| MD5 |
e21bd3e6ce3ffa238ef55a669acdf046
|
|
| BLAKE2b-256 |
623f54a492ff9a381887d13025c88afe06f2a6ef955d300c94d639faa95bb9f8
|
File details
Details for the file edsudoku-2.0-py2-none-any.whl.
File metadata
- Download URL: edsudoku-2.0-py2-none-any.whl
- Upload date:
- Size: 218.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14bd3e461d1491519205300b3ccfe558f93858bbff847727d72a5204e8b63c65
|
|
| MD5 |
0968368d7bcfec8bdbe2bfa110b06e77
|
|
| BLAKE2b-256 |
c48b47b8cfa7fccd96b6c4b24cee16df0356519cb1325026c7666974def7ced9
|