Work-in-Progress
A super simple Python script for generating HTML invoices.
$ venv/bin/python tiny-invoicer.py company.example.yaml invoice.example.yaml > example-invoice.html
You can see a preview of the generated invoice here
$ python3 -m venv venv
$ venv/bin/pip install -r requirements.txt
$ venv/bin/python tiny-invoicer.py company.yaml invoice.yaml > invoice.html