tbplas.print_banner_block
- tbplas.print_banner_block(text: str, width: int = 80, mark: str = '-', end: str = '#') → None
Print a banner like #———————————-# # FOO # #———————————-# to stdout. :param text: central text in the banner :param width: total width of the banner :param mark: border character of the banner :param end: end character prepended and appended to the banner :return: None