El jue, 18 de sep 2014 a las 8:07 AM, Juan Christian <juan0christ...@gmail.com> escribió:
On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian <juan0christ...@gmail.com> wrote:
I need to develop a GUI for my Python pogram, I already read the GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For me, the best so far was 'gui2py'.

The problem is that I need a simple "C#/Java-ish" GUI builder, that is easy and simple, coding all the GUI by hand is boring, I prefer to focus on the logic, on the actual program code, than coding the GUI.

Anyone here already used 'gui2py' (https://github.com/reingart/gui2py)? Any other good alternatives?

Anyone?

I personally like GTK quite a lot. You can use a GUI designer like Gazpacho or Glade to create basic XML UIs, but it's good to get familiar with the APIs of your toolkit of choice.

Regards,
Sebastian
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to