Kimmo Kekkonen wrote:
>
> I were wondering if it is possible to use Python to select a window
> (by title or somehow) and then input text into it? I'd need the trick
> to input text to program I am running from cmd. When program opens it
> also opens one "GUI" window and focus to the cmd will lost.
I have successfully used windpysend for several years. It is not elegant --
you have to feed the characters slowly -- but works reliably enough that I
automated several casino server start-up scripts using it, and the casino is
very happy that the users no longer foul things up.
It is not open sou
Kimmo Kekkonen wrote:
Hi!
I were wondering if it is possible to use Python to select a window
(by title or somehow) and then input text into it? I'd need the trick
to input text to program I am running from cmd. When program opens it
also opens one "GUI" window and focus to the cmd will lost. No
Hi!
I were wondering if it is possible to use Python to select a window
(by title or somehow) and then input text into it? I'd need the trick
to input text to program I am running from cmd. When program opens it
also opens one "GUI" window and focus to the cmd will lost. Now I'd
like to get fo