PyInstaller 是 Python 语言领域不错的开源软件分发工程。
PyInstaller Supports Python projects and related resources, quickly packaged and distributed into *.EXE single files (generally not recommended) | integrated application directory (strong compatibility).
For the detailed configuration way, see Console Configuration .
若无特殊要求,基本配置如图所示:
若有为 Python 安装 PyInstaller 模块,可看到 PyInstaller 版本提示;否则,提示未安装 PyInstaller:
上图中的 Source Code PyInstaller 小程序,主要用于批量打包分发 Python 源代码。
由于其自带 CMD.EXE 交互视图,也能单独手动打包分发各 Python 工程。
但此种方式效率太低,不推荐。