79338743

Date: 2025-01-08 10:24:46
Score: 1
Natty:
Report link
root = tk.Tk()
root.title("My app")
root.update_idletasks()
screen_width = root.winfo_screenwidth() - (root.winfo_rootx() - root.winfo_x())
screen_height = root.winfo_screenheight() - (root.winfo_rooty() - root.winfo_y())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bartonio