Search code examples
pythonxcodemacospyobjc

OSX application with python backend


I am interested in developing a GUI application for OSX but would like, if possible, to avoid learning Obj. C or swift. I have the backend of the program written in python. Is there a good way of using xcode (and particularly the interface builder) to link up the GUI to the python backend? P.s. I have come across PyObjC but the documentation sucks so I'm trying to avoid it. Cheers, Jack


Solution

  • Given your background and your motivations I would use PyQt with Qt Creator which contains a nice interface builder :

    enter image description here