Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这个部门有点菜鸟,所以我想知道从 python 脚本创建独立应用程序的最简单方法(即最少的时间和精力)是什么。
由于您已标记您的问题[exe],我认为它是特定于 Windows 的。看看py2exe:
[exe]
py2exe 是一个 Python Distutils 扩展,可将 Python 脚本转换为可执行的 Windows 程序,无需安装 Python 即可运行。
在 Windows 中,一个简单的方法是使用Py2Exe,请参阅本教程。