cx_Freeze

Package — PackagingPython 3.7+Intermediate

Freeze Python scripts into executables

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
setuptools, packaging
Install
pip install cx-freeze

Learn by Difficulty

Quick Example

python
# Install: pip install cx-freeze
import cx_freeze

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

cx_Freeze is a third-party package. Freeze Python scripts into executables. Install with: pip install cx-freeze

Try in Playground

Tags

packagepackagingdistributionbuild