Option C Tools
Loading...
Searching...
No Matches
terminal.py File Reference

Go to the source code of this file.

Namespaces

namespace  terminal

Functions

bool terminal.supports_ansi ()
bool terminal.supports_ansi_on (stream)

Variables

str terminal.CYAN = "\033[96m"
str terminal.GREEN = "\033[92m"
str terminal.RED = "\033[91m"
str terminal.YELLOW = "\033[93m"
str terminal.RESET = "\033[0m"