You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 7ab07329c7 moving to gittea needs a push 5 years ago
images initial import 5 years ago
s3printlog Rewrite, adaptive to scienion software versions 5 years ago
.gitignore Rewrite, adaptive to scienion software versions 5 years ago
README.md moving to gittea needs a push 5 years ago
S3 Print Log Report.spec initial import 5 years ago
make.bat added pyinstaller batch file 5 years ago
requirements.txt initial import 5 years ago
run_gui.py initial import 5 years ago
test.py Rewrite, adaptive to scienion software versions 5 years ago

README.md

s3printlog

Generates a report as pdf from a Scienion S3 print log folder.

The following packages are required and can be installed via pip install -r requirements.txt

black
pandas
matplotlib < 3.1
seaborn
reportlab
openpyxl
pyinstaller

To build the app use the following command:

pyinstaller --onefile -i images\program_icon.ico "S3 Print Log Report.spec"

To have it working on the computer attached to the S3 printer, you need to use a 32 bit python version 3.7

Hint: If pyinstaller throws a "TypeError", you might need to replace a file due to a bug in pyinstaller.