(1)安装pyinstaller,安装指令:pip install pyinstaller
例:需要打包程序目录为:D:\automation\autotest_tool\interface_param_change_tool
切换指令:cd D:\automation\autotest_tool\interface_param_change_tool
例,打包文件为:runer.py
(1)打包成功后项目中新增dist文件
(2)进入dist文件,点击运行打包好的exe程序