Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get screen size python

>>> import pyautogui

>>> width, height= pyautogui.size()

>>> print(width)
1366

>>> print(height)
768
 
PREVIOUS NEXT
Tagged: #screen #size #python
ADD COMMENT
Topic
Name
6+2 =