Theme Switcher GitHub | PyPI | jasperredis -- Home | Docs

CERBOSE v2.0!!!!!

What is Cerbose?

Cerbose is a simple, cross-platform Python library that allows for fancy terminal text output and additional console-related features.

Showcase

Test script output showcasing Cerbose functions

Presented to you is an image of a test script, showcasing the following functions in Cerbose:

Where to Get Cerbose?

Get Cerbose and more information on it at:

Functions

cprint

cprint is Cerbose's main function; it outputs highly configurable, tagged text to the terminal. cprint has the following options in each call:

mprint

mprint is essentially the same function as cprint, except it supports multiline output.

cerbar

cerbar is a function that can easily make ASCII progress bars to output in the terminal. cerbar has the following options in each call:

cquery

cquery (formerly cin) is a function to take stylised user input. It returns what the user inputted. cquery has the following options in each call:

There is also a cyn function, which uses this function to make a y/n prompt.

Other

Cerbose has other functions, however these are the main, meaningful functions.

Configuration

Cerbose's config variables allow the following to be configured:

Language & Base

Cerbose is made in Python and uses the colorama library.