Skip to main content

termcolor_util

Project description

termcolor_util is a set of functions on top of termcolor for every single color.

Installation

pip install termcolor_util

Functions

def yellow(text: str, bold=False, underline=False) -> str: ...

def green(text: str, bold=False, underline=False) -> str: ...

def blue(text: str, bold=False, underline=False) -> str: ...

def red(text: str, bold=False, underline=False) -> str: ...

def gray(text: str, bold=False, underline=False) -> str: ...

def cyan(text: str, bold=False, underline=False) -> str: ...

def magenta(text: str, bold=False, underline=False) -> str: ...

def white(text: str, bold=False, underline=False) -> str: ...

Beside colors, there is a function for directly printing on the stderr.

def eprint(*args) -> None: ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

termcolor_util-1.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page