Metadata-Version: 2.1
Name: pyinstallerui
Version: 0.0.4
Summary: 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.
Home-page: https://github.com/ClericPy/pyinstallerui
Author: ClericPy
Author-email: clericpy@gmail.com
License: MIT License
Keywords: pyinstaller tui terminal ui gui
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: PyInquirer


# Pyinstallerui

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



## Features

- [x] Auto manage the venv to reduce the file size which disted by pyinstaller
- [x] Ensure pip installed in the venvs
- [x] Terminal UI for pyinstaller
- [x] Release on the pypi
- [x] Release the exe file of this lib
- [x] Open source from private repository




## Usage

> pip install pyinstallerui -U

Then.....

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


