Class TFCPrint#

Class Documentation#

class TFCPrint#
This class is used to print to the terminal in color.

Public Functions

__init__(self)#
This function is the constructor. It initializes the colorama class.

Public Static Functions

Error(str stringIn)#
This function prints errors. It prints the text in 'stringIn' in bright red and
exits the program.

Parameters
----------
stringIn : str
    error string
Warning(str stringIn)#
This function prints warnings. It prints the text in 'stringIn' in bright yellow.

Parameters
----------
stringIn : str
    warning string