Linux,Windows打包python3为可执行文件
2018-09-03 本文已影响53人
laotoutou
强烈推荐打包工具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
强烈推荐打包工具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