python打包成exe
python3.5 直接用pyInstaller就能打包
1、安装pyInstaller
pip install pyinstaller
2、在命令行中切换到要打包的程序所在目录,直接输入下面的指令即可
pyinstaller -F xxx.py
python3.5 直接用pyInstaller就能打包
1、安装pyInstaller
pip install pyinstaller
2、在命令行中切换到要打包的程序所在目录,直接输入下面的指令即可
pyinstaller -F xxx.py