name = Label(parent,text = "What's your name").grid(row= 0, column = 0) e1 = Entry(parent).grid(row = 0, column = 1) password = Label(parent, text = "what's your ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
What is grid() in Tkinter? Okay, imagine your app is like a spreadsheet. You’ve got rows and columns. With grid(), you can tell Python: “Hey, I want this button in row 1, column 0.” And boom! It lands ...
So you’ve tackled grid() in Tkinter. Now let’s talk about its quirky cousin: place().
Some results have been hidden because they may be inaccessible to you
Show inaccessible results