[Tutor] GUI development with Python 3.4.1
Sebastian Silva
sebastian at fuentelibre.org
Thu Sep 18 18:36:31 CEST 2014
El jue, 18 de sep 2014 a las 8:07 AM, Juan Christian
<juan0christian at gmail.com> escribió:
> On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian
> <juan0christian at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140918/aae8a56d/attachment-0001.html>
More information about the Tutor
mailing list