文章目录
pyinstaller
命令行工具,语法自行查看官方help
shell
pip install pyinstaller
auto-py-to-exe
基于pyinstaller的一款GUI工具,会自行打包py文件中依赖的库
shell
pip install auto-py-to-exe
auto-py-to-exe.exe //运行即可