I think it would depend on what sort of look and feel you're going for.
Pygame would probably be great for making something simple and highly
graphical, like a bunch of graphical buttons.

But if you want something more complicated than that (menubars, toolbars,
child windows, even groups of buttons, etc.), or something that
automatically adjusts to the look and feel of the OS its running on, you
probably want wxPython. I personally think its worthwhile to learn to write
wxPython guis directly, though there is a learning curve. But lots of
people say good things about Boa Constructor and similar packages too.




On Fri, Dec 2, 2011 at 1:28 PM, Zack Baker <zbaker1...@gmail.com> wrote:

> I think tkinter is great but it's not OOP at all so of that's what you
> after I'd hit up wx
>
> -Zack
>
>
> On Dec 2, 2011, at 4:14 PM, Sean Wolfe <ether....@gmail.com> wrote:
>
> > also tkinter right?
> >
> > On Fri, Dec 2, 2011 at 5:45 PM, Ryan Hope <rmh3...@gmail.com> wrote:
> >> PySide + QT is really nice too. But more back to the point of staying
> >> within pygame. A simple widget set for PyGame would be quite nice.
> >>
> >> On Fri, Dec 2, 2011 at 2:02 PM, Ian Mallett <geometr...@gmail.com>
> wrote:
> >>> You can use wxPython, if you like learning curves and nice graphics.
> >>
> >>
> >>
> >> --
> >> Ryan Hope, M.S.
> >> CogWorks Lab
> >> Department of Cognitive Science
> >> Rensselaer Polytechnic Institute
> >
> >
> >
> > --
> > A musician must make music, an artist must paint, a poet must write,
> > if he is to be ultimately at peace with himself.
> > - Abraham Maslow
>

Reply via email to