
# https://www.globalsino.com/ICs/page4853.html
# Alert

import pyautogui as pg
import time

# Get the coordinates at a position
print(pg.position())

time.sleep(1)

pg.alert('Text message with an OK button.')
