https://github.com/niklasb/sudoku-pdf
A set of scripts to generate Sudoku puzzles and write them to a PDF
https://github.com/niklasb/sudoku-pdf
Last synced: 12 months ago
JSON representation
A set of scripts to generate Sudoku puzzles and write them to a PDF
- Host: GitHub
- URL: https://github.com/niklasb/sudoku-pdf
- Owner: niklasb
- Created: 2013-07-28T17:04:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-31T14:48:47.000Z (over 12 years ago)
- Last Synced: 2025-07-22T16:34:02.877Z (about 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This set of scripts can be used to generate Sudoku puzzles and write them into a PDF file.
# Howto
0. init submodule: `git submodule init && git submodule update`
1. run `./build.sh` for a while
2. run `python2 rand.py [difficulty] | python2 mkpdf.py output.pdf`
A random subset of the generated Sudokus will be written to the specified PDF file.