0

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

3
  • 1
    I would suggest PyQt Commented Apr 10, 2015 at 12:25
  • Is there any reason you want to use Xcode in particular? Commented Apr 10, 2015 at 12:28
  • My main motivation is that by using the interface builder you can very quickly make a gui. I had played around with tkinter but it looked terrible Commented Apr 10, 2015 at 12:30

1 Answer 1

1

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

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

great shout. Easier than xcode and still creates sharp looking guis without learning an exclusively apple language!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.