pyinstaller打包多个py文件和去除cmd黑框

1.打包多个py文件并且去除cmd黑框

格式:pyinstaller.exe -F 路径文件名.py空格路径文件名.py空格--noconsole

pyinstaller.exe -F ui.py --noconsole

原文地址:https://www.cnblogs.com/anita-harbour/p/9294237.html