rkeytech / invoice-maker

A simple Python script which can generate an invoice for your services or your products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoice Maker

Description

A simple Python script which can generate an invoice for your services or your products. It uses the invoice-generator-api to make programmatically whatever invoice you like with as many items as you want. You can check out all the features of the invoice in the Github repository.

Usage
python invoice_maker.py name_of_csv_file
  • The script works for Python 3.6 and later.

  • Make sure you have installed all the python requirements before you procced with executing the script. You can install all the requirements with the command pip install -r requirements.txt .

  • You can execute the script with an optional argument, the name of the csv file. If you don't pass any arguments the script will execute with the default invoices.csv file.

Examples

Below is an image of the generated invoice with some dump data.

Screenshot-20200914-154948

About

A simple Python script which can generate an invoice for your services or your products.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%