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.6 up to 3.9. If you need support for older Python check the documentation.
Download/Install
Version 6.5.1, released January 14, 2021
Install by issuing the command
pip install --upgrade cx_Freezeor
python3 -m pip install --upgrade cx_Freezeor download directly from PyPI.