TermEmulator is a pure Python tool for emulating VT100 terminal programs.
It handles V100 special characters and most important escape sequences. It also handles graphics rendition which specifies text style (i.e. bold, italics), foreground color and background color.
The handled escape sequences are CUU, CUD, CUF, CUB, CHA, CUP, ED, EL, VPA and SGR.
Development
TermEmulator source code and tracker are at https://github.com/sivachandran/TermEmulator.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Fix broken egg [gotcha]