Fresh tutorial on tkinter and ttk for Python 3 [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Where can I find the most modern tutorial that teaches tkinter together with ttk? Tkinter seems the only way to go in Python 3 (don't suggest Python 2), and ttk gave me hope for good-looking GUI. 回答1: I have found the TkDocs tutorial to be very useful. It describes building Tk interfaces using Python and Tkinter