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

Added URL params for doc pages and this updates box. Cerbose now has a CONTRIBUTING.md!

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:

cin

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

Other

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

Configuration

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

Language & Base

Cerbose is made in Python and uses the colorama library.