pip install pyautogui
# 현재 사용하는 모니터의 해상도 출력 print(pyautogui.size()) # 현재 마우스 커서 위치 출력 print(pyautogui.position())
pyautogui 마우스 동작(클릭, 드래그, 스크롤)