Posts by Ewerton Jhonatas • 1 point
1 post
-
0
votes3
answers3733
viewsA: Set width and height in text box
You could use the place like this by passing the vestments like in the example: from tkinter import* janela = Tk () janela.geometry("300x400") #criando o Entry() E = Entry(janela) **# função place…