+ 1
Tkinter
+ 1
there are few gui modules for Python:
1. 'Tkinter' comes with Python
2. 'wxPython' module, here's a great tutorial http://zetcode.com/wxpython/
3. 'PyQt' module, tutorial http://zetcode.com/gui/pyqt4/
module wxPython and PyQt are external modules you have to download and install before using it...