PDA

View Full Version : TTY reader for python



AZzKikR
July 16th, 2009, 04:59 PM
Hi,

I've successfully created a telnet client in Python. My next step is to read the text which is currently on the screen. In other words, I have to find text which is currently displayed to the user. In Perl, there is a module called Term::VT102 which can 'screenscrape' the TTY. In Python however, I couldn't find such a thing.

Does anybody know of a module or trick to help me out with this?