Screen resolution #5426
Unanswered
ingdesarr1
asked this question in
Q&A
Replies: 1 comment
-
If it's a desktop app you can try using some OS native API from your python app to determine screen resolution, for example: https://pypi.org/project/screeninfo/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Good morning:
I'd like to know if there's a way to determine which screen my application is on, assuming I have one or more monitors connected to my PC, and then set a maximum size for my application, both in width and height. I've seen that I can change these parameters with window_event, but I can't tell if it's on a different monitor.
Thanks
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions