1.打包多个py文件并且去除cmd黑框
格式:pyinstaller.exe -F 路径文件名.py空格路径文件名.py空格--noconsole
pyinstaller.exe -F ui.py --noconsole