pyinstallerui

Let everyone is able to build python script to exe with pyinstaller, without any doc reading, support python3.7+. Read more: https://github.com/ClericPy/pyinstallerui.


Keywords
pyinstaller, tui, terminal, ui, gui
License
MIT
Install
pip install pyinstallerui==0.2.2

Documentation

PyinstallerUI PyPIPyPI - WheelPyPI - Python VersionPyPI - DownloadsPyPI - License

Let everyone is able to build python script to exe with pyinstaller, without any doc reading, support python3.7+.

Features

  • Auto manage the venv to reduce the file size which disted by pyinstaller
    • Choose venv or global env, for building without venv will not take up more space after the newest version of pyinstaller
  • Ensure pip installed in the venvs
  • Terminal UI for pyinstaller
  • Release on the pypi
  • Open source from private repository
  • Release exe file of this lib
  • Use questionary instead of PyInquirer, to use the newer prompt_toolkit.

Usage

pip install pyinstallerui -U

  1. python -m pyinstallerui
  2. drag and drop the files to console, and do as the UI said.
    1. create new venv
    2. install libs with pip
    3. build with pyinstaller
  3. no more to learn

Screenshot

  1. Run > python -m pyinstallerui
  2. Choose a existing venv, or create a new one

  1. Ensure Pyinstaller installed

  1. pip install / uninstall some packages, or choose "No action" to skip
  2. drag file to the console, or input the file path

  1. choose Test for testing
  2. choose Build for build into exe
  3. fill the app name: pyld
  4. choose the checkbox for detail args

  1. wait for building