pyinstaller

Package — PackagingPython 3.7+Intermediate

Bundle Python apps into standalone executables

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pyinstaller-hooks-contrib, altgraph, setuptools, pefile (Windows), macholib (macOS)
Install
pip install pyinstaller

Learn by Difficulty

Quick Example

python
# Install: pip install pyinstaller
import pyinstaller

# Basic pyinstaller usage
print(f"Using pyinstaller")
# See documentation for detailed examples

pyinstaller is a third-party package. Bundle Python apps into standalone executables. Install with: pip install pyinstaller

Try in Playground

Tags

packagepackagingdistributionbuild