└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Automated-Invoice-Generator 2 | A tool that generates invoices in PDF format based on user input. 3 | 4 | 📜 Features: 5 | 6 | • Custom invoice templates 7 | • Exports invoices as PDFs 8 | • Client database integration 9 | 10 | 📂 File Structure: 11 | 12 | /invoice-generator 13 | ├── templates/ # Invoice templates 14 | ├── invoices/ # Generated invoices 15 | ├── main.py # Script to generate invoices 16 | ├── README.md # Documentation 17 | ├── config.json # Settings 18 | 19 | 🚀 How to Run: 20 | 21 | pip install -r requirements.txt 22 | python main.py 23 | --------------------------------------------------------------------------------