How to create a Mac OS X app with Python?

前端 未结 11 1537
清酒与你
清酒与你 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:50

    cxFreeze is best solution available, first create your program or application using python and than make setup file for your application, and than build the app using build command python setup.py build, according to your requirement you need to make some changes.

提交回复
热议问题