About cx_Freeze
cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.7 or higher (including Python 3).
Download/Install
Version 5.0.2, released May 20, 2017
Install by issuing the command
python -m pip install cx_Freeze --upgradeor download directly from PyPI.
Older versions can be found in the files section at Sourceforge.