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.7 up to 3.11. If you need support for older Python check the documentation.
Download/Install
Version 6.15.0, released May, 23, 2023
Install by issuing the command
pip install --upgrade cx_Freezeor
python3 -m pip install --upgrade cx_Freezeor download directly from PyPI.