python | 将python程序打包成exe 发表于 2024-02-22 分类于 python , 第三方库 , pyinstaller 将python程序打包成exe 编写python程序(例如test.py) 安装pyinstaller 1pip install -U pyinstaller 打包python程序 1pyinstaller test.py