Date: 2017-12-25
Author:SoaringLee
目录
将Python程序变成可执行程序的方法:
1、安装工具
需要使用pyInstall工具将Python程序变成可执行程序,该工具的使用需要在windows下安装pywin32-218.win32-py2.7.exe工具,下载地址:https://sourceforge.net/projects/pywin32/files/pywin32/ or https://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/;
2、下载pyInstaller工具
下载路径:https://sourceforge.net/projects/pyinstaller/files/
3、使用方法
python pyinstaller.py --console --onefile te