Print an error message
Print a warning message
Print an informative message
Print a debug message
You can use each of this functions as you would do for the print function in Python3.
To add colors, use the various colors defined in qisys.ui
Example
from qisys import ui
ui.info(ui.green, "*", ui.bold, "(1/1)", ui.blue, project_name)