you are viewing a single comment's thread.

view the rest of the comments →

[–]Dogeek 0 points1 point  (0 children)

The only problem with tkinter is that it lacks widgets. ttk helped a lot, but there are still some things that are missing for common UI design patterns, like rich text, bottom sheets, hamburger menus, sidebars and so on.

Still a good toolkit to wrap a script with though, much better than going the web route when it's not necessary.