Skip to main content

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

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl (7.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file SudokuJson2Pdf-0.0.5.tar.gz.

File metadata

File hashes

Hashes for SudokuJson2Pdf-0.0.5.tar.gz
Algorithm Hash digest
SHA256 765ce6c375074676fd9d0538fc0b075f9ba1d0fecd8172d9ab11066664fca1ac
MD5 6b63356a7d77e67e367720808f9e26a8
BLAKE2b-256 313228ac968c9f0fdf728fd61734607fd6d768ac30eb18a1585bf766e47d8d1c

See more details on using hashes here.

File details

Details for the file SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 aaa71256c987f711cd1b6ae0d095c8e1e0e0e86b72f5b3a0f7f66131103da86b
MD5 ea2c660aef404711f1579705ec5a2f49
BLAKE2b-256 78ec98c8cfa77002e01ea304b42ae785e70e68ad63f665c3318fcedc10e2dec4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page