KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Namespaces | Functions | Variables
colors.py File Reference

Namespaces

 colors
 

Functions

def colors.color_string (string2color, color_code)
 
def colors.bold (string2color)
 
def colors.italic (string2color)
 
def colors.darkify (string2color)
 
def colors.underline (string2color)
 
def colors.blue (string2color)
 
def colors.darkblue (string2color)
 
def colors.red (string2color)
 
def colors.darkred (string2color)
 
def colors.green (string2color)
 
def colors.darkgreen (string2color)
 
def colors.yellow (string2color)
 
def colors.darkyellow (string2color)
 
def colors.cyan (string2color)
 
def colors.darkcyan (string2color)
 
def colors.magenta (string2color)
 
def colors.darkmagenta (string2color)
 

Variables

bool colors.PRINT_COLORS = False
 
string colors.str2print = "MyCustomString"