Skip to content

ildebr/invoicegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invoicegenerator

Invoice generator is a python application to generate pdf invoices using tkinter and fdpdf2.

Installation

pip install -r requirements.txt

Usage

To use this application you must run the command

py main.py

Which will open the tkinter application.

tkinter app

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

pdf

Stand-alone application

If you want to avoid opening a command line everytime you want to use the application, you can run

pyinstaller main.py

Which 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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages