Python Graphical sample application [closed]
Is there any sample Python GUI Application with source code for learning purposes available. Any simple GUI application will do.
Thanks
Well it depends on the UI library/framework you want to use:
Tkinter comes with python for example - you should find plenty examples here: Python Wiki
Other toolkits include wxWidgets: This site could get you started.
Apart from this there is QT (already mentioned by BrainStorm) or GTK (quick googeling turned up this tutorial).
Look at this tutorial: PyQT by example, although there are many others out there.
you can use pygtk
http://www.pygtk.org/
http://www.pygtk.org/tutorial.html
精彩评论