Posts by Miguel Machado • 11 points
2 posts
-
0
votes2
answers968
viewsA: Python 3.x Show typed data in an Entry on a Label only after pressing a button
I got. Just apply on def: def pegar_nome(): content = var.get() print(content) lbl2.config(text=content) lbl2.config(text=content) and then change lbl2 = Label(janela, text="")…
-
1
votes2
answers968
viewsQ: Python 3.x Show typed data in an Entry on a Label only after pressing a button
I wanted to know the following; In my show, there’s: Entry1 -> where the user enters some information btn1 -> where it confirms the previously typed name and data is displayed on the console…