摘要: 安装PyInstaller: pip install pyinstaller 打包程序: 使用PyInstaller将你的Python脚本打包成exe文件。假设你的脚本名为your_script.py,在命令行中运行: pyinstaller --onefile your_script.py 这个命 阅读全文
posted @ 2024-05-09 16:53 属于我的梦,明明还在 阅读(123) 评论(0) 推荐(0)