On Sep 6, 3:54 am, Niklasro <nikla...@gmail.com> wrote:
> Hello
> Making a GUI, could you recommend tkinter or any other proposal?
> Thanks

Your message referred to a GUI *builder*, whereas
tkinter is a GUI *toolkit* (that is, a collection of
widgets).  A GUI builder is an application that allows
one to make GUI apps more easily.

I assume you mean a GUI toolkit.  If
you search the archive of this list or Google
generally (like "GUI toolkits Python") you will
have many minutes of reading material for you
to evaluate which toolkit you'd like to try.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to