Invoice generator made by using Python GUI library called Tkinter and another library docxtpl which is used to covnvert Template file into a Invoice.
- All the Invoice of PDF format will be stored in 'Invoice' folder.
- All the Generated Invoice of DOCX format will be stored in 'Invoice/Word'.
- Create a 'Invoice' folder and inside it create 'Word' folder for Proper working.
Clone the project
git clone https://github.com/Ashish-Bind/Invoice-Generator-made-using-Python-Tkinter.git
Install docxtpl library
pip install docxtpl
Run the Application
python main.py