How to create a Mac OS X app with Python?

前端 未结 11 1500
清酒与你
清酒与你 2020-12-12 18:07

I want to create a GUI application which should work on Windows and Mac. For this I\'ve chosen Python.

The problem is on Mac OS X.

There are 2 tools

11条回答
  •  伪装坚强ぢ
    2020-12-12 18:47

    2: You can't "convert" it, but you can move the executable to App.app/Contents/MacOS/something in a .app file, with CFBundleExecutable set to "something". This would not generally be recommended.

提交回复
热议问题