https://github.com/sqdexe/invoice-manager-py
Project to automate printing of documents at workplace
https://github.com/sqdexe/invoice-manager-py
documents docx-generator polish python tkinter-python
Last synced: 3 months ago
JSON representation
Project to automate printing of documents at workplace
- Host: GitHub
- URL: https://github.com/sqdexe/invoice-manager-py
- Owner: SQDexe
- Created: 2023-09-11T20:43:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T10:10:36.000Z (3 months ago)
- Last Synced: 2025-10-07T12:05:04.681Z (3 months ago)
- Topics: documents, docx-generator, polish, python, tkinter-python
- Language: Python
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Invoice Manager
Programmes written to automate the process of signing invoice documents by quick generation of DOCX files based on a simple template.
Written for use in the Polish language, it can be adjusted with just a few tweaks.
- Data Editor - manages data used for printing invoices
- Invoice Printer - used for printing selected data into a DOCX
Managed using [UV](https://docs.astral.sh/uv/)
Compiled using PyInstaller 6.8.0:
```
pyinstaller {file} ^
--name "{name}" ^
--icon ..\\{icon} ^
--optimize 2 ^
--clean ^
--onefile ^
--noconsole ^
--noconfirm ^
--distpath .\\ ^
--workpath .\\{dump_folder} ^
--specpath .\\{dump_folder} ^
--hidden-import babel.numbers
```