/pdf-invoice-generator │ ├── app.py ├── requirements.txt ├── README.md ├── templates/ │ └── index.html ├── static/ │ ├── style.css │ └── screenshots/ │ ├── UI_Invoice_Form.png │ └── Invoice.png ├── ...