All good)
How can I work with the program on Windows through Python 3?
That is, send clicks to this program, close it, etc. For example, you can take the Putty program and the task to connect to the server through it using Python.
Thanks for the help and attention.
plink.exe(with putty distributed),putty.execommands from Python (subprocessmodule) depending on the specific task. - jfs