This project provides a tool which convert json file of sudokuinformation to pdf.
Project description
This project provides a tool which converts json file of sudoku information to pdf.
How to Install
$ pip install SudokuJson2pdf
Usage
$ sudoku2pdf.py [option] question-filename [answer-filename]
For example,
$ cat examples/question1.json [ [ [1, 8, 7, 4, 9, 3, 6, 5, 2], [6, 4, 3, 1, 2, 5, 8, 9, 7], [2, 5, 9, 7, 8, 6, 3, 1, 4], [7, 1, 4, 2, 3, 8, 5, 6, 9], [9, 6, 8, 5, 7, 1, 4, 2, 3], [5, 3, 2, 6, 4, 9, 1, 7, 8], [8, 7, 6, 9, 1, 4, 2, 3, 5], [4, 9, 1, 3, 5, 2, 7, 8, 6], [3, 2, 5, 8, 6, 7, 9, 4, 1] ], [ [8, 4, 6, 9, 2, 7, 5, 1, 3], [3, 5, 2, 8, 4, 1, 9, 7, 6], [7, 1, 9, 6, 3, 5, 4, 2, 8], [1, 7, 4, 5, 6, 9, 3, 8, 2], [6, 8, 3, 2, 1, 4, 7, 9, 5], [2, 9, 5, 3, 7, 8, 1, 6, 4], [4, 2, 7, 1, 8, 3, 6, 5, 9], [5, 6, 1, 4, 9, 2, 8, 3, 7], [9, 3, 8, 7, 5, 6, 2, 4, 1] ] ] $ cat examples/answer1.json [ [ [1, ".", 7, 4, 9, 3, 6, 5, 2], [6, 4, 3, 1, 2, 5, 8, 9, 7], [2, 5, 9, 7, 8, 6, 3, 1, 4], [7, 1, 4, 2, 3, 8, 5, 6, 9], [9, 6, 8, 5, 7, 1, 4, 2, 3], [5, 3, 2, 6, 4, 9, 1, 7, 8], [8, 7, 6, 9, 1, 4, 2, 3, 5], [4, 9, 1, 3, 5, 2, 7, 8, 6], [3, 2, 5, 8, 6, 7, 9, 4, 1] ], [ [8, ".", 6, 9, 2, 7, 5, 1, 3], [3, 5, 2, 8, 4, 1, 9, 7, 6], [7, 1, 9, 6, 3, 5, 4, 2, 8], [1, 7, 4, 5, 6, 9, 3, 8, 2], [6, 8, 3, 2, 1, 4, 7, 9, 5], [2, 9, 5, 3, 7, 8, 1, 6, 4], [4, 2, 7, 1, 8, 3, 6, 5, 9], [5, 6, 1, 4, 9, 2, 8, 3, 7], [9, 3, 8, 7, 5, 6, 2, 4, "."] ] ] $ sudoku2pdf.py examples/question1.json examples/answer1.json -o examples/out.pdf $ ls examples/out.pdf examples/out.pdf
License
Apache License 2.0
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
SudokuJson2Pdf-0.0.5.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file SudokuJson2Pdf-0.0.5.tar.gz
.
File metadata
- Download URL: SudokuJson2Pdf-0.0.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 765ce6c375074676fd9d0538fc0b075f9ba1d0fecd8172d9ab11066664fca1ac |
|
MD5 | 6b63356a7d77e67e367720808f9e26a8 |
|
BLAKE2b-256 | 313228ac968c9f0fdf728fd61734607fd6d768ac30eb18a1585bf766e47d8d1c |
File details
Details for the file SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaa71256c987f711cd1b6ae0d095c8e1e0e0e86b72f5b3a0f7f66131103da86b |
|
MD5 | ea2c660aef404711f1579705ec5a2f49 |
|
BLAKE2b-256 | 78ec98c8cfa77002e01ea304b42ae785e70e68ad63f665c3318fcedc10e2dec4 |