+ 1
Tkinter
4th Jul 2016, 7:56 PM
Talha Khan
Talha Khan - avatar
+ 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...
4th Jul 2016, 8:16 PM
Aquib Javed Khan
Aquib Javed Khan - avatar