Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 676 Bytes

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