Metadata-Version: 2.1
Name: pyinstallerui
Version: 0.0.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

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


## Usage

> pip install pyinstallerui -U

1. python -m pyinstallerui
2. drag and drop the files to console, and do as the UI said.
3. no more to learn


