0%

pyinstaller打包python为exe

pyinstaller常用参数

  • -F: 打包为一整个exe

  • -D: 打包为一个文件夹

  • -w: 运行时不显示命令行窗口(仅对windows有效)

  • -i: 图标路径

基础命令