开发者

Python Graphical sample application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, 开发者_开发技巧but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜