Python Forum
screen size when editing python
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
screen size when editing python
#2
On windows you can use:
from win32api import GetSystemMetrics

Width = GetSystemMetrics(0)
Height = GetSystemMetrics(1)
Not sure on Linux
Reply


Messages In This Thread
screen size when editing python - by Skaperen - May-11-2017, 12:54 AM
RE: screen size when editing python - by Larz60+ - May-11-2017, 03:34 AM
RE: screen size when editing python - by Skaperen - May-11-2017, 07:58 AM
RE: screen size when editing python - by Ofnuts - May-11-2017, 12:33 PM
RE: screen size when editing python - by wavic - May-11-2017, 04:59 PM
RE: screen size when editing python - by snippsat - May-11-2017, 06:09 PM
RE: screen size when editing python - by wavic - May-11-2017, 07:26 PM
RE: screen size when editing python - by Skaperen - May-12-2017, 09:00 AM
RE: screen size when editing python - by Larz60+ - May-23-2017, 12:23 PM
RE: screen size when editing python - by Larz60+ - May-23-2017, 05:31 PM
RE: screen size when editing python - by ackmondual - Jun-13-2017, 11:24 PM
RE: screen size when editing python - by Skaperen - Jun-16-2017, 04:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to create a shortcut of your python program on your phone screen (using Q3Python) Alexx 0 1,663 May-20-2020, 06:10 PM
Last Post: Alexx

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020