Invoice generator is a python application to generate pdf invoices using tkinter and fdpdf2.
pip install -r requirements.txtTo use this application you must run the command
py main.pyWhich will open the tkinter application.
Once you have added all of your invoice information and charges you can press the generate invoice button, which will generate a file such as
If you want to avoid opening a command line everytime you want to use the application, you can run
pyinstaller main.pyWhich will create a stand-alone .exe application which you can easily place anywhere and double-click to open, bear in mind that as of now the file generated will always have the same name, meaning that as you generate a new invoice the old one will get overwritten.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

