Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.65 KB

Last version

2020/03/13: v1.0.2
2020/02/22: v1.0.1
2020/02/11: v1.0.0

Support Traditional Chinese() and English

What is PyInstaller GUI?

Original pyinstaller has too much command, and if I have different files or import module on different path, the command will become very loooooooooong~, so I think maybe I can use GUI to solve my problem.

This application is coded by Python and web frameworks Tornado, so it will use Web to show control interface.

Usage

  1. If you use exe file, just double click PyInstallerGUI.exe
  2. If you download source code to use, just open and run PyInstallerGUI.py
  3. if your browser doesn't open automatically, you can open it by yourself and go to http://localhost:8888
  4. You can see the GUI below now

5. You can change language on top selector
6. The most fast usage has only 3 steps, see below
  1. Click to add your code
  2. Click and wait
  3. Finish~ Now you can find you exe file on folder "Pyinstaller>dist"(default)

About Me