728x90
import pyautogui as pag
def track_mouse():
while True:
print( "Current Mouse Position : ", pag.position() )
time.sleep(1)
track_mouse()
728x90
'Python' 카테고리의 다른 글
파이썬 자동 화면 캡처 (0) | 2023.06.05 |
---|---|
파이썬 화면 픽셀 RGB 구하기 (0) | 2023.06.05 |
알비온 온라인 자동 낚시 봇, 오토(albion fishing bot) (3) | 2023.06.05 |
챗GPT ChatGPT api 한글 token 계산 카운트 (0) | 2023.03.15 |
chatGPT openai API 사용하기_파이썬 (0) | 2023.03.03 |