san8055
san8055

Reputation: 373

GUI development package

I am new to GUI development. What is the best GUI development package for python on linux (ubuntu being more specific)?

Upvotes: 0

Views: 262

Answers (2)

Davis Peixoto
Davis Peixoto

Reputation: 5743

This is much more a matter of personal taste.

I use GTK+ with Glade.

Upvotes: 1

user395760
user395760

Reputation:

There are numerous decent GUI toolkits, the most popular being PyQt, PyGTK, wxPython and Tkinter. Personally, I prefer Qt, but that's really subjective.

Upvotes: 3

Related Questions