CMD + K

pyinstaller

Community

PyInstaller bundles a Python application and all its dependencies into a single package.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::pyinstaller

Usage Tracking

6.12.0
6.9.0
5.13.2
5.6.2
3.6
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64