Posts by Maciel Alves Ferreira • 1 point
1 post
-
0
votes1
answer100
viewsA: Position reopening screen Python Tkinter
I use it this way, but you can adapt it to your way. janela = Tk() janela.resizable(0, 0) # dimensoes largura = 550 altura = 500 # resulução do sistema larguta_tela = janela.winfo_screenwidth()…