pyinstaller
PyInstaller bundles a Python application and all its dependencies into a single package.
PyInstaller bundles a Python application and all its dependencies into a single package.
To install this package, run one of the following:
PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files -- including the active Python interpreter! -- and puts them with your script in a single folder, or optionally in a single executable file.
Summary
PyInstaller bundles a Python application and all its dependencies into a single package.
Last Updated
Mar 31, 2025 at 23:23
License
GPL-2.0-or-later WITH Bootloader-exception AND Apache-2.0
Total Downloads
12
Version Downloads
3
Supported Platforms
GitHub Repository
https://github.com/pyinstaller/pyinstallerDocumentation
https://pyinstaller.org