Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python how to get the screen size

from win32api import GetSystemMetrics
screen_width = GetSystemMetrics(0)
screen_height = GetSystemMetrics(1)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #screen #size
ADD COMMENT
Topic
Name
2+4 =