Compare commits

..

2 Commits

  1. 2
      README.md
  2. 1
      make.bat

2
README.md

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
# s3printlog
Generates a report as pdf from a Scienion S3 print log folder
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``

1
make.bat

@ -0,0 +1 @@ @@ -0,0 +1 @@
pyinstaller --onefile -i images\program_icon.ico "S3 Print Log Report.spec"
Loading…
Cancel
Save