Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@niklas-heer niklas-heer released this 12 Dec 13:29
· 49 commits to master since this release

Adds an option to the print_heading to specify the color in which it should be printed.
It extends the library to use in INSTALL.sh or UPDATE.sh scripts.

def print_heading(icon, text, color="yellow"):
    """Helper function to print a heading.

    Parameters
    ----------
    icon : str
        Describe a name of a symbol from the symbol() function.
    text : str
        The text of the heading.
    color : str, optional
        The color of the heading.
    """