/tiny-invoicer

A tiny invoice generator written in Python

Primary LanguageJinjaMIT LicenseMIT

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