python怎样生成脚本文件
工具:pyinstaller
1、安装pyinstaller,cmd –> pip install pyinstaller
2、安装完成后,打开cmd,输入命令:pyinstaller -F *.py(星号为py文件的全路径,如下图)
如下图显示,打包成功,会显示exe文件的位置,找到运行即可用。
更多学习内容,请点击Python学习网!
来源:PY学习网:原文地址:https://www.py.cn/article.html
工具:pyinstaller
1、安装pyinstaller,cmd –> pip install pyinstaller
2、安装完成后,打开cmd,输入命令:pyinstaller -F *.py(星号为py文件的全路径,如下图)
如下图显示,打包成功,会显示exe文件的位置,找到运行即可用。
更多学习内容,请点击Python学习网!
来源:PY学习网:原文地址:https://www.py.cn/article.html