How to access the content of notepad with Python?

Ravi Teja webraviteja at gmail.com
Thu Jun 1 01:00:08 EDT 2006


> I have a software running on my computer that really looks like notepad
> ( same interface, different name). I need to write a script that will
> capture the content of this software --> the text written inside.
>
> Is it possible using win32 libs? any clue?

http://www.openqa.org/pywinauto/
The example on their home page is in fact how to automate Notepad. I am
sure you can work from there.




More information about the Python-list mailing list