Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 952 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 952 Bytes

Amazon-Rechnung-Generator 📃

The Amazon Invoice Generator creates customized invoices for Amazon orders, including all relevant details such as order number, product, price and taxes. Ideal for accounting and PDF export.

image


How to use?

Before you can use the generator, you need to install the latest Python version: https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe

Just run the installer and make sure to click "Add Python 3.7 to Path" at the bottom.

Press the Windows key + R, type "cmd", and press Enter.

Now, just two commands:

pip install pip
pip install pillow

Next, in CMD, type "cd" followed by the path where the file "generator.py" is located. In my case:

cd "C:\Users\computer\Downloads\invoice_faker"

Finally, type:

python generator.py

and press Enter. Enjoy!