About cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on. It supports Python 3.8 up to 3.12. If you need support for older Python check the documentation.

Installation

Version 7.0.0, released April, 21, 2024

In a virtual environment, install by issuing the command:

pip install --upgrade cx_Freeze