Posts by gcornelli • 11 points
1 post
-
0
votes1
answer100
viewsQ: Position reopening screen Python Tkinter
I am developing a program in Python and use Tkinter to create a screen as below: import tkinter as tk def on_closing(): cpos = str(root.winfo_rootx()) + '+' + str(root.winfo_rooty()) # salvo o cpos…