https://github.com/mcejp/checklister
Create printable checklists with Jinja HTML templates and YAML data
https://github.com/mcejp/checklister
checklist-generator checklists jinja jinja2 wkhtmltopdf
Last synced: over 1 year ago
JSON representation
Create printable checklists with Jinja HTML templates and YAML data
- Host: GitHub
- URL: https://github.com/mcejp/checklister
- Owner: mcejp
- License: mit
- Created: 2023-12-27T20:30:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T20:52:19.000Z (over 2 years ago)
- Last Synced: 2025-03-09T01:29:39.203Z (over 1 year ago)
- Topics: checklist-generator, checklists, jinja, jinja2, wkhtmltopdf
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo:
./checklister.py example.yaml example-out.pdf
To get live updates, use [entr(1)](https://eradman.com/entrproject/) or an equivalent tool:
ls example.yaml example.html | entr ./checklister.py example.yaml example-out.pdf