If I have an application name+PID, how do I find the location and window size of it using python?
Asked
Active
Viewed 99 times
1 Answers
0
I don't know if there's a way of doing this directly with python, but you could use python to execute cmd commands. Take a look:
CMD commands on python: How to execute a command prompt command from python
Window parameters from cmd: Set The Window Position of an application via command line

Dodilei
- 188
- 2
- 12