About cx_Freeze
cx_Freeze creates standalone executables from Python scripts with the same performance as the original script. It is cross-platform and should work on any platform that Python runs on. It supports Python 3.10 up to 3.14. If you need support for an older version of Python, please check the documentation.
Installation
Version 8.5.0, released November 24, 2025
In a virtual environment, install by issuing the command:
pip install --upgrade cx_Freeze