1. 官网教程 https://pyinstaller.readthedocs.io/en/stable/usage.html
2.其它博客 https://blog.csdn.net/weixin_42052836/article/details/82315118
https://blog.csdn.net/m0_37606112/article/details/78588599
pyinstall 打包 selenium 运行生成的 exe 文件会出现很多垃圾信息,怎么去掉除 print 之外的输出
处理方法 参考链接
https://www.cnblogs.com/arkenstone/p/5869475.html
https://betacat.online/posts/2016-09-24/Turn-off-logging-in-python-selenium/
打包过程遇到报错,解决参考