/occ-zip-file-generator

Simple application to generate the zip file to do the upload in the OCC plataform

Primary LanguageTeX

occ-zip-file-generator

It is only do double click on >> interface.exe << into the dist folder.

If this do not work, try the steps bellow. Making run:

  pip install PySimpleGUI
  • After this, its just to clone this repository into a folder and open a cmd in this folder and run:
  python interface.py

Generating my own .exe file

  • Install pyinstaller with pip
  pip install pyinstaller
  • Execute the follow command
  pyinstaller --onefile -w interface.py