Metadata-Version: 2.1
Name: pyinstallerui
Version: 0.1.1
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 v0.1.1

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] Open source from private repository
- [ ] ~~Release `exe` file of this lib~~



## 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

![](pics/1.png)

3. Ensure Pyinstaller installed

![](pics/2.png)

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

![](pics/3.png)

5. choose Test for testing
6. choose Build for build into exe
7. fill the app name: pyld
8. choose the checkbox for detail args

![](pics/4.png)

9. wait for building


