Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 605 Bytes

tiny-invoicer

Work-in-Progress

A super simple Python script for generating HTML invoices.

Example

$ 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

Installation

$ python3 -m venv venv
$ venv/bin/pip install -r requirements.txt

Usage

$ venv/bin/python tiny-invoicer.py company.yaml invoice.yaml > invoice.html