cx_Freeze is a set of scripts and modules for freezing Python scripts into executables. 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).
Python Version: 3.5.3
$ pip install cx_Freeze
Note: Microsoft Visual C++ 14.0 is required
$ python setup.py build
Note: Look at "setup.py" file
$ pip install cx_Freeze
$ python3 setup.py build