Linux,Windows打包python3为可执行文件

强烈推荐打包工具cx_Freeze

pip安装:

pip3 install cx_Freeze

使用方法(Linux):

cx_Freeze test.py

这里test.py为要打包的python文件

windows使用方法:
https://blog.csdn.net/qq_37193537/article/details/81135178

你可能感兴趣的:(Linux,Windows打包python3为可执行文件)