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
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