A example code for creating Command Line (CLI) Tool using Python pyinstaller
is used to generated the executable file.
- python3
- pip3
- pyinstaller
pip3 install pyinstaller
- used to install the pyinstaller for python3
- Linux (Ubundu 16.04)
- Python 3.5.2
- pip 19.0.2
- pyinstaller 3.4
-
pyinstaller python_cli.py
To generate the executable
python_cli
file.