Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
What Python GUI Designer do you Recommend
  • Xin
    Posts: 3,251
    Im just getting into GUI development with python and have made a few basic hello world test gui's with pyQT and QT Designer, just wandering what you use and if there is an easier one
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Not sure about python specifically but QT is great for portability. I know wxwidgets for C++ is quite good so the python equiv might be worth checking into.
  • PyGTK eBook
  • Xin
    Posts: 3,251
    Is pyGTK better/easier than pyQT do you think?
    Xin
  • sangf
    Posts: 203
    i have used wxpython, and it's pretty decent and full featured. i never use an actual designer though, so i can't help you there. i also can't compare it to any other toolkits, but here's something that might be useful: http://wiki.wxpython.org/ComparingWxPythonAndPyQt
  • Tkinter or wxPython.
  • I'm using PyQt4,
    It's really really great GUI.
  • Xin
    Posts: 3,251
    said:


    I'm using PyQt4,
    It's really really great GUI.



    Would be nice to see some tutorials on that, ive made basic layouts using that but i dont totally understand it yet
    Xin