IT News

파이썬 마우스포인트 확인방법, 파이썬코드

posttstory 2022. 11. 4.
728x90

파이썬 마우스포인트 확인방법

<

>

import pyautogui as pag
while True:
    x,y =  pag.position()
    position_str = "X : " + str(x) +"Y : " + str(y)
    print(position_str)
   

 

 

마우스 포인트 위치 확인

 

 

728x90

'IT News' 카테고리의 다른 글

인공지능 (Prophet) 자동매매 환경 설치 방법  (0) 2022.11.04
pycurl 설치 에러 및 해결방법  (0) 2022.11.04
cv2 에러 해결  (0) 2022.10.10
노트9 업글  (0) 2022.09.04
mongodb 생성  (0) 2022.08.14

댓글

💲 추천 글