View Single Post
Posts: 51 | Thanked: 15 times | Joined on Apr 2009 @ ChengDu, SiChuan, P.R.C
#7
Originally Posted by rbrewer123 View Post
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.
PySide is good choice. that's binding with QT. if you want write some UI with script. more detail please google.