pyinstaller -F -w --icon="xx/xxx.ico" xxxx.py -F 为打包成exe不带有附件dll文件,如需要dll配置文件则换成-D -w 关闭命令窗 --icon设置软件图标