Open WeemaUnseen opened 1 year ago
hello ,
could you please tell me how to get x,y,height,width coordinates for a specific area , I've tried to do but faile
Run pyautogui.displayMousePosition() and hover your mouse over the "specific area" and it will show those cords
hello ,
could you please tell me how to get x,y,height,width coordinates for a specific area , I've tried to do but failed
You can also use "print(pyautogui.position())" to get the mouse coordinates as an output. Output example:
Point(x=251, y=416)
hello ,
could you please tell me how to get x,y,height,width coordinates for a specific area , I've tried to do but failed