https://github.com/lukad/bhg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukad/bhg
- Owner: lukad
- License: wtfpl
- Created: 2014-03-04T12:59:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T07:35:13.000Z (almost 11 years ago)
- Last Synced: 2025-02-08T03:11:19.061Z (3 months ago)
- Language: Python
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bhg
## Prerequisites
* python2
* [pod](http://appyframework.org/pod.html)
* [LibreOffice](https://www.libreoffice.org/) (for converting the generated odt files to pdfs)
* poppler (for merging the pdfs with pdfunite)## How-To
1. Define some activities (see `example-input` for reference)
2. Let's do it!$ mkdir build && cd build
$ ../bhg.py -n Luka -l Dornhecker -d "Your division" -t ../template.odt -i ../example-input -b 01.08.2011 -e 31.07.2014
$ ../make-pdf.sh3. You should now have a file called `out.pdf`
4. Profit