Welcome to cx_Freeze’s documentation!¶
cx_Freeze creates standalone executables from Python scripts with the same performance, is cross-platform and should work on any platform that Python works on.
The current version of cx_Freeze is 7.3 and supports Python 3.9 to 3.13.
cx_Freeze is distributed under an open-source PSF license.
Contents:
- Installation
- Using cx_Freeze
- cxfreeze script
- Setup script
- Keywords
- Creating Built Distributions
- Frequently Asked Questions
- Problems with running frozen programs
- Problems with freezing programs
- Specifying modules and packages
- Windows command prompt appears briefly
- Freezing for other platforms
- Using data files
- Microsoft Visual C++ Redistributable Package
- Removing the MAX_PATH Limitation
- Single-file executables
- License for frozen programs
- How to install Patchelf
- Multiprocessing support
- Release notes
- Versions of cx_Freeze
- Development
- Licensing