使用pyinstaller打包exe程序

pyinstaller -F -w -i favicon.ico  my_mainwindow.py

`