Pyinstaller-py文件打包成exe方法

1 、#   pyinstaller第三方库安装方法:

pip install pyinstaller

 

2、#  切换至文件当前目录: 

cd /d E:

cd E:\D_Python Scripts\Python Project

 

3、#  打包py文件为exe:

pyinstaller -F -w -i Wi0064.ico Ping_test_V3.9.py

posted @ 2022-08-11 01:48  Wayne_Guo  阅读(0)  评论(0)    收藏  举报