pyinstaller
安装
pip install pyinstaller
打包
pyinstaller yourprogram.py#打包为一个文件夹
pyinstaller -F yourprogram.py#打包为一个exe文件
pyinstaller
安装
pip install pyinstaller
打包
pyinstaller yourprogram.py#打包为一个文件夹
pyinstaller -F yourprogram.py#打包为一个exe文件
本文标题:python文件打包成exe
本文链接:https://www.haomeiwen.com/subject/sctrpftx.html
网友评论