Module zut.term

Console ANSI colors and live, interactive Console output.

Functions

erase_transient(*[, stdout])

Erase text written using write_transient().

strip_colors(text)

write_transient(text, *[, stdout, newline, ...])

Write text to the terminal, keeping track of what was written, so that it can be erased later.

Classes

Color()

ANSI escape sequences for terminal colors.