keyle_xiao 安装 PyInstaller(若尚未安装) pip install pyinstaller 打包 pyinstaller –onefile –windowed gui_locator.py 或 python3 -m PyInstaller –onefile –windowed gui_locator.py