-2

I want to develop a Python program but I dont know much about UI. Do you know some UI editor like Windows Builder Editor or Java/Eclipse?

I want a tool like this: http://www.youtube.com/watch?v=XuQow4uWm_g but for Python.

2 Answers2

0

If I'm understanding your question correctly, you're looking for someone to advise you on which IDE to use for Python.

Please see here - What IDE to use for Python?

Community
  • 1
  • 1
Sukrit Kalra
  • 33,167
  • 7
  • 69
  • 71
  • I see that post before i do my Question, What i was asking for is a tool to design software like Windows Builder Editor plugin for eclipse to design jframe app... – Jorge Dominguez Apr 23 '13 at 17:23
0

Here a couple of UI editor for use with python:

For pyqt or pyside(qt for python): QT disigner

GTK: Glade

Hope it helps!!

Netwave
  • 40,134
  • 6
  • 50
  • 93
  • got it!! Glade is not for windows, but QT Disigner its looks for what i want a WYSIWYG thx men ill give it a try!! Also if you know any other for windows let me know please. – Jorge Dominguez Apr 23 '13 at 13:06