首先需要通过pip安装pyinstaller
pip install pyinstaller
在相应的要打包的py文件夹下执行:pyinstaller -F -w login2.py
会生成一个dist文件夹,里面就是打包好的exe