Skip to content

klingtnet/tiny-invoicer

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

About

A tiny invoice generator written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published