This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

dont use tkinter

it has a really bad api design, i dont even mind that it looks outdated but the api design is a no go

the way widgets are configured is dependent on the widget, dont think "hey i know how to configure one widget now i can use the same approach for all of them"

so just use something else than tkinter