Skip to content

klingtnet/tiny-invoicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

71b191b · May 25, 2024

History

37 Commits
Jan 26, 2019
May 25, 2024
Jan 24, 2019
Jan 25, 2019
Jan 25, 2019
Jan 25, 2019
Jan 24, 2019
May 25, 2024
May 25, 2024
Aug 14, 2021

Repository files navigation

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