PDA

View Full Version : python gui design program



Trisket
October 9th, 2011, 07:36 AM
I am fairly new to programming and have a couple projects I would like to create guis for within ubuntu..I'm using python 3.2, and would like a program that isn't too terribly complex...thanks.

DarkAmbient
October 9th, 2011, 12:07 PM
I am fairly new to programming and have a couple projects I would like to create guis for within ubuntu..I'm using python 3.2, and would like a program that isn't too terribly complex...thanks.

Would http://glade.gnome.org/ be sufficient? :p

MG&TL
October 9th, 2011, 12:18 PM
You might also have a look at quickly :

https://wiki.ubuntu.com/Quickly

Pynalysis
October 12th, 2011, 01:23 AM
Python with Tkinter is an option to consider as well.