开发者

Is TkKinter widely used to build user interfaces?

In which kind of application is Tkinter usually used?

I'm doing a project in Python in which I'm using it for the first tim开发者_开发技巧e to build a simple user interface.

I was wondering if this is widely used for specific applications, or mobile applications.. etc


As far as I have seen, Tkinter is great for simple applications, teaching, or for when you don't need the features of a more comprehensive package like Qt or wxWidgets. These libraries can run several megabytes, and you may not need that. It's part of the standard library, so it's suited for this purpose. However, if you need more features, then Tkinter may not be the best choice.

Tkinter also used to look really ugly because it drew its own widgets on each platform; however, I think the version included with Python 2.7 uses native widgets now.

I don't think there are any specific applications; it's a general purpose library.


PyQt is a python binding of the popular Qt GUI toolkit. its very comprehensive.Anyway tkinter is good to start with and later you can move to PyQt or wxWidgets

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜