Skip to content

adilk121/invoice-generation-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

INVOICE PROCESSING

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.

HOW TO USE

Make sure that you have MySQL-Python Connector installed.

  1. Create a new databse in mysql (if you are using xampp) or "Initial Database and Table" in MySQL Command Line Client(If you are using mysql on your laptop), so that the empty database for INVOICES and invoices_list table are created.
  2. Locate the .py file and run it.

About

python and SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages