How to Convert Python code to exe for MAC?

问题描述 投票:0回答:1

我在 Windows 操作系统上使用 PyCharm 在 Python 中开发了一个应用程序,我想为 Mac 操作系统制作 .exe 文件。我该怎么做?

我没有 Mac OS,可以吗?

python macos exe
1个回答
1
投票

您可以使用

PyInstaller
工具为Windows和mac创建可执行文件。

© www.soinside.com 2019 - 2024. All rights reserved.