The project is to convert python file to exe file.
enviroment:python version. 3.6, win 10
method:
- Unzip cx_Freeze-5.0.2.tar.gz and install by pip
- import cx_Freeze by python 3.6( use the pycharm )
- In directory to convert, Copy p7.py( python to convert ) and setup.py
- In consol, move the directory to convert.
- excute "python.exe setup.py install"
- In "Bulid" directory, show py7.exe file.