This project handles and processes invoices using Python and SQL connectivity.
The user can:
- Make new invoices, by specifying details, and
- Edit existing invoices, whether complete invoice or a part of it.
The invoices will be visible in proper tabular format.
- Download the ZIP file, and extract its all content.
- Run the commands of the file "Initial Database and Table" in MySQL Command Line Client, so that the empty database for INVOICES and invoices_list table are created.
- Locate the .py file and run it.