开发者

Is there any way to make Tkinter look less windows 95ish?

开发者 https://www.devze.com 2023-01-05 06:14 出处:网络
I was wondering if there was a w开发者_JS百科ay to make tkinter more aesthetically pleasing. The ttk module is in the upcoming Python 2.7 release.You can try PyGtk or PyQt, both have very nice python

I was wondering if there was a w开发者_JS百科ay to make tkinter more aesthetically pleasing.


The ttk module is in the upcoming Python 2.7 release.


You can try PyGtk or PyQt, both have very nice python bindings from what i have heard. There's also the possibility of Tile, which is getting integrated into tkinter in the (near?) future.

So, choose another GUI toolkit, or wait :).


If you don't want to use an alpha version of Python to get ttk, you can download and use the pyttk library from the package index (or use easy_install to get it of course).

0

精彩评论

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