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.
903 B
903 B
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.