A tool to parse .puz files. It can be used to:
- Print out the clues and grid in a format friendly for copy+paste (into a spreadsheet).
- Write an XLSX file directly.
- Clone or download the code.
- Run the following commands from a terminal:
cd PuzzleSheets
tox -e py39
source .tox/py39/bin/activate
- To see all options:
./puzzle_sheets/puzzle_sheets.py -h
source .tox/py39/bin/activate
FLASK_APP=./puzzle_sheets/server.py flask run
- Go to http://127.0.0.1:5000/
A couple of issues that I have run into:
- When the XLSX generated by this tool is copy+pasted from macOS Numbers into a Google Sheet, the formatting is not being preserved.
- When the XLSX generated by this tool is imported into a Google Sheet using its File -> Import option, all existing style in the sheet is being reset to Calibri in size 10.