确保已安装打包依赖: pip install pyinstaller 运行打包脚本: 在项目根目录下运行: python build.py 获取程序: 打完成后,可执行文件将生成在 dist/ 目录下: dist/MangaPDF.exe ...