Skip to content

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

Notifications You must be signed in to change notification settings

JaissonB/occ-zip-file-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages