Cursor Coordinates

Mubashir Khalid

A python script that shows you live coordinates of where your cursor is on the screen.

import pyautogui
import time



stop = False

while stop == False:
time.sleep(1)
print(pyautogui.position())
print('.')

Libraries used:

pyautogui
time
The live coordinates of your cursor are printed every second.
Like this project
0

Posted Jan 22, 2023

A script that reveals the live coordinates of your cursor on the screen.

Likes

0

Views

11

My First Professional Landing Page
My First Professional Landing Page
RuneScape 3 Script
RuneScape 3 Script