Pyinstaller打包附带DLL、图标和压缩EXE方法

原文地址:https://blog.csdn.net/xinyingzai/article/details/80282856 目的:       用Pyinstaller工具将python脚本打包成一个exe文件 原理:      利用spec配置文件实现 步骤: 1、提前用命令安装打包工具: pip install pyinstaller (已安装的略过); 2、先生成spec文件。用命令  p
相关文章
相关标签/搜索