How to access the content of notepad with Python?
placid
Bulkan at gmail.com
Wed May 31 23:47:32 EDT 2006
kepioo wrote:
> Hi,
>
> 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.
>
Dont know about win32, but if you want an easy solution then save the
text you want to capture and then read it via Python!
More information about the Python-list
mailing list