TermEmulator
A pure python module for emulating V100 terminal. It supports most of important escape sequences like cursor positioning, graphics rendition and etc. The included demo(requires wxPython) is capable of emulating terminal programs like bash, emacs, vi and etc.
Usage
Construct the screen buffer with required rows and columns, run the terminal program and capture the output(stdout) including control characters. Send the captured characters to TermEmulator and the screen will be emulated. Now you can read the screen buffer and render the characters where ever you want.
Screenshots
Downloads
Download the python module and the demo from http://sourceforge.net/projects/termemulator/
Last Updated (Saturday, 04 July 2009 14:32)
TermEmulator





Comments