Notebook widget in Tkinter

前端 未结 5 1658
孤独总比滥情好
孤独总比滥情好 2020-12-13 20:56

Having played around a little with both Tkinter and wxPython, I like Tkinter much better in terms of how clean my source code looks. However, it doesn\'t seem to have as ma

5条回答
  •  离开以前
    2020-12-13 21:33

    What problems did you have with pmw? It's old, yes, but it's pure python so it should work.

    Note that Tix doesn't work with py2exe, if that is an issue for you.

提交回复
热议问题