1、安装PyInstaller
你需要确保安装了PyInstaller。你可以在命令行中使用以下命令来安装:
pip install pyinstaller
2、打包文件
1.打开对应py文件,在Terminal终端,输入:pyinstaller -F -w ’文件名‘.py