属于我的梦,明明还在
个人工具站/博客持续更新中用于技术层面探讨 http://rhx0306.online/
摘要: 安装PyInstaller: pip install pyinstaller 打包程序: 使用PyInstaller将你的Python脚本打包成exe文件。假设你的脚本名为your_script.py,在命令行中运行: pyinstaller --onefile your_script.py 这个命 阅读全文
posted @ 2024-05-09 16:53 属于我的梦,明明还在 阅读(133) 评论(0) 推荐(0)