brainprep.utils.color: Utility methods to print the results in a terminal using term colors.

Utility methods to print the results in a terminal using term colors.

Functions

print_call(call)

Print call.

print_category_color(category, text)

Print a formatted message to the console using the color associated with a given category.

print_color(color, text[, end])

Print a message to the console using a given color.

print_command(command)

Print command.

print_deprecated(deprecated)

Print deprecated.

print_error(error)

Print error.

print_info(info)

Print info.

print_result(result)

Print result.

print_stdout(stdout)

Print stdout.

print_subtitle(subtitle)

Print subtitle.

print_title(title)

Print title.

print_warn(warn)

Print warn.