Posts by Max Mendes • 1 point
1 post
-
-3
votes1
answer276
viewsQ: Python - Tkinter Grid
How can I build this layout using Grid? The gray rectangle used place, however, I would like to know how to get the same result using Grid in all elements. from tkinter import * class Main(): def…