Skip to main content

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.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyinstallerui-0.2.3-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page