最近在看python突然想把python程序转成exe这样用着比较方便
记录一下:
转自 :https://www.jb51.net/article/227355.htm
已经测试
python 上常见的打包方式目是通过 pyinstaller 来实现的。
清华源
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple/

在py安装目录下面执行 auto-py-to-exe
记录php学习日志
最近在看python突然想把python程序转成exe这样用着比较方便
记录一下:
转自 :https://www.jb51.net/article/227355.htm
已经测试
python 上常见的打包方式目是通过 pyinstaller 来实现的。
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple/
在py安装目录下面执行 auto-py-to-exe