Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get screen size

from win32api import GetSystemMetrics

print("Width =", GetSystemMetrics(0))
print("Height =", GetSystemMetrics(1))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #screen #size
ADD COMMENT
Topic
Name
7+7 =