[Tutor] Are there any Python-based GUI builders for tkinter

Mark Lawrence breamoreboy at yahoo.co.uk
Wed Oct 28 13:31:35 EDT 2015


On 28/10/2015 08:39, Laura Creighton wrote:
> In a message of Tue, 27 Oct 2015 15:20:56 -0500, boB Stepp writes:
>> I have a friend at work and he is trying to develop GUI applications
>> in Python, but he does not want to hand-code them.  Are there any
>> commercial or non-commercial products that would do this for him?  He
>> tried his own online search but was unsuccessful.
>>
>> His OS is Mac OS 10.10 and is using Python 3.5.
>>
>> TIA!
>>
>> --
>> boB
>
> check out QtDesigner
>
> http://doc.qt.io/qt-5/qtdesigner-manual.html
>
> or QtCreator
> http://www.qt.io/ide/
>
> if you want the whole process to happen inside an IDE.
>
> https://wiki.python.org/moin/PyQt/Creating_GUI_Applications_with_PyQt_and_Qt_Designer may be useful as well, though its a little old by now.
>
> Laura
>

I was't aware that Qt would work with tkinter as given in the subject. 
Could you elaborate please?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list