insolor / tkinter-layout-helpers

A library which is intended to simplify a placement of widgets with .grid() and .pack() methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: convert the usage of tkinter constants to strings

Moosems opened this issue · 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.