项目作者: TripleC-Light

项目描述 :
The easiest use Pyinstaller GUI application
高级语言: Python
项目地址: git://github.com/TripleC-Light/PyInstallerGUI.git
创建时间: 2019-12-15T16:42:32Z
项目社区:https://github.com/TripleC-Light/PyInstallerGUI

开源协议:

下载


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