Point and click GUI builder for Python

  • Thread starter Madhusudan Singh
  • Start date
N

neuruss neuruss

Madhusudan said:
Is there such a thing for python ? Like Qt Designer for instance ?

The easiest way to create Python GUI apps: PythonCard.
It is based on wxPython by it has a higher level of abstraction.
You just drag and drop widgets on a form and code the events like you
woud in Visual Basic or Delphi.
IMHO, it's easier, simpler, more intuitive and stable than Boa
Constructor.
 
M

Mir Nazim

neuruss said:
The easiest way to create Python GUI apps: PythonCard.
It is based on wxPython by it has a higher level of abstraction.
You just drag and drop widgets on a form and code the events like you
woud in Visual Basic or Delphi.
IMHO, it's easier, simpler, more intuitive and stable than Boa
Constructor.

Add to it wxGlade.sourceforge.net.
But remember it is only a UI designer(does it pretty well) not an IDE.
I fee wxGlade+SPE(http://www.stani.be/python/spe/blog/) are a better
combo than PythonCard
 
M

Mir Nazim

neuruss said:
The easiest way to create Python GUI apps: PythonCard.
It is based on wxPython by it has a higher level of abstraction.
You just drag and drop widgets on a form and code the events like you
woud in Visual Basic or Delphi.
IMHO, it's easier, simpler, more intuitive and stable than Boa
Constructor.

Add to it wxGlade.sourceforge.net.
But remember it is only a UI designer(does it pretty well) not an IDE.
I fee wxGlade+SPE(http://www.stani.be/python/spe/blog/) are a better
combo than PythonCard.

Mir Nazim.
www.PlanetNazim.com
 
?

=?iso-8859-1?q?Asbj=F8rn_S=E6b=F8?=

Madhusudan Singh said:
Is there such a thing for python ? Like Qt Designer for instance ?

Glade?


From http://glade.gnome.org/ :
-----------------------------------------
Glade is a free user interface builder for GTK+ and GNOME, released
under the GNU GPL License.

The user interfaces designed in Glade are saved as XML, and by using
the libglade library these can be loaded by applications dynamically
as needed. (Glade can also generate C code, though this isn't
recommended for large applications.)

By using libglade, Glade XML files can be used in numerous programming
languages including C, C++, Java, Perl, Python, C#, Pike, Ruby,
Haskell, Objective Caml and Scheme. Adding support for other languages
is easy too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top