Python Forum

Full Version: switch between multiple monitors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

I want to know if there is any way where I can target a monitor attached to my system to execute an exe file.

For example:

1. I have 3 monitors linked to my system.
2. I have 3 executable files as well (msedge.exe, chrome.exe, firefox.exe).

When program runs, I get list of all the monitors attached to system. (like list of monitors [<monitor_0>,<monitor_1>,<monitor_2]. I select one of the given options and enter path of one of the executable files. And after that, program should execute that specific file in on selected screen (monitor)
Which OS?
(Jun-21-2022, 10:20 PM)deanhystad Wrote: [ -> ]Which OS?

It'd be great if we can make it general but in this case, the OS is Windows