insolor/tkinter-layout-helpers

Suggestion: convert the usage of tkinter constants to strings

Moosems opened this issue · 0 comments

I would suggest changing the tkinter constants to strings. Example: tk.SW -> "sw". It makes the code look a little cleaner and there's no harm to changing them. If you prefer using the constants, go ahead, it works either way :D.