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.
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!