https://github.com/sqdexe/tax-printer
Project to automate printing of documents at workplace
https://github.com/sqdexe/tax-printer
documents docx-generator polish python tkinter-python
Last synced: 11 months ago
JSON representation
Project to automate printing of documents at workplace
- Host: GitHub
- URL: https://github.com/sqdexe/tax-printer
- Owner: SQDexe
- Created: 2023-09-11T20:43:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T11:28:22.000Z (12 months ago)
- Last Synced: 2025-01-29T12:27:39.211Z (12 months ago)
- Topics: documents, docx-generator, polish, python, tkinter-python
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tax Printer (and Data Editor)
Programmes written to automate the process of signing documents by qucik generation of docx files based on a simple template. Written for use in Polish language, can be adjusted with just a few tweaks
Compiled using PyInstaller:
```
pyinstaller {file} ^
--name "{name}" ^
--icon ..\\{icon} ^
--optimize 2 ^
--clean ^
--onefile ^
--noconsole ^
--noconfirm ^
--distpath .\\ ^
--workpath .\\{dump_folder} ^
--specpath .\\{dump_folder} ^
--hidden-import babel.numbers
```
Made with:
- Python 3.12.4
- TKinter 8.6.13
- PyInstaller 6.8.0