Obtenir Koordynnees Souris Python

1234>>> import tkinter as tk
>>> app = tk.Tk()
>>> app.winfo_pointerxy()
(955, 738)
Frightened Fowl