Tkinter Geometry Manager - The Grid method

April 13, 2018

Harsh Patel

The grid pack method is one of the useful method , when you take into consideration the part where you need to design or place the widgets column wise or row wise. The placing of widgets in such a way is easier, since you do not have to mention the co-ordinates of widgets every time. The grid method mainly takes two arguments i.e row and column value. Upon specifying the row and column values we can see that