Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the current position of mouse on screen using python

import pyautogui
print(pyautogui.position())
 
PREVIOUS NEXT
Tagged: #current #position #mouse #screen #python
ADD COMMENT
Topic
Name
1+9 =