Image reference: Copyright Greg Hughes on Flickr ๋ง์ฐ์ค, ํค๋ณด๋ ์คํ ๋ฉ์ด์
import pyautogui # ๋ชจ๋ํฐ ํด์๋ ๊ฐ์ ธ์ค๊ธฐ width, height = pyautogui.size() print('width={0}, height={1}'.format(width, height)) # ๋ง์ฐ์ค ์์น ๊ฐ์ ธ์ค๊ธฐ x, y = pyautogui.position() print('x={0}, y={1}'.format(x, y)) # ์์ ๋ชจ๋ ์ค์ ํ๊ธฐ, ์๋ชป๋์์ ๊ฒฝ์ฐ ํ์ถ๊ตฌ pyautogui.