使用PyInstaller打包Python脚本为exe程序
使用PyInstaller打包Python脚本为exe程序
一、经过测试
在Windows平台请使用Windows平台的pyinstaller,Linux平台请使用Linux平台的Pyinstall角本。
二、命令如下:
pyinstaller -F –icon=”name.ico” code.py
其中 -F表示打包成一个文件,不想显示窗口的话加个-w
使用PyInstaller打包Python脚本为exe程序
https://www.dearcloud.cn/2017/12/19/20200310-cnblogs-old-posts/20171219-使用PyInstaller打包Python角本为exe程序/