[Tutor] GUI development with Python 3.4.1

Joel Goldstick joel.goldstick at gmail.com
Thu Sep 18 15:12:57 CEST 2014


On Thu, Sep 18, 2014 at 9:07 AM, Juan Christian
<juan0christian at gmail.com> wrote:
> 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've not used it but Tkinter seems to be well used.

I'm not sure what a C#/Java-ish thing is, but python isn't that.


-- 
Joel Goldstick
http://joelgoldstick.com


More information about the Tutor mailing list