View Single Post
Posts: 155 | Thanked: 69 times | Joined on Apr 2008
#6
I recommend Python with GTK or Qt for user interface.

Here is the tutorial for GTK on python (pygtk):
http://www.pygtk.org/pygtk2tutorial/index.html
You'll be writing some simple GUI apps in no time.