An open API service indexing awesome lists of open source software.

https://github.com/squidkid-deluxe/colorize

A simple module that allows you to print colored text in a terminal; setup.py provided
https://github.com/squidkid-deluxe/colorize

pretty-print python3 terminal

Last synced: 7 months ago
JSON representation

A simple module that allows you to print colored text in a terminal; setup.py provided

Awesome Lists containing this project

README

          

# Colorize module

This is a simple module that allows you to print colored text in the terminal.

You can chose from 4 different settings(bold, underlined, strikethrough, or regular colored text), along with 5 colors to print errors or warnings in.

To call apon the module, import the desired definition and enter the color you want and the text you want colored, as shown here:

colored_text = normal('red', 'Hello world!')

You can also install the module using the setup.py provided.

Dependencies
==============
colorize.py
- None