Perl has a great module Term::ANSIScreen
for doing all kinds of fancy cursor moves and terminal color management. I would like to override the program that is currently in Perl in Python, but the ANSI terminal colors are key to its function. Does anyone know of an equivalent?
source
share