Skip to main content

color4console enables you to print colorful text without wasting time experimenting with various color combinations.

Project description

color4console

color4console enables you to print colorful text without wasting time experimenting with various color combinations. It comes with a predefined color scheme. The color of the text is determined by the chosen theme. This package's goal is to keep things as simple as possible. When the color of a text line is red, for example, bolding, underlining, or highlighting it is not essential. In the same way, if a text line is underlined, it may not be necessary to color it.

Installation

You need to install the package using pip.

pip install color4console

Pre defined themes:

You can chose any of the following theme. Text color will automatically set based on your selected theme.

default
light
dark
highlight
symbol

Color Supported Functions:

info()
success()
warning()
error()
fatal()

Other Functions:

normal()
bold()
underline()
italic()
light()
blink()

Usage

In your terminal or python file, use as below.

from color4console import *
log = ColorTheme("light")
log.error("This is a SAMPLE ERROR message.")

Sample error message text color

You can also use following function to check all output of a sample message:

from color4console import *
ColorTest("This is a SAMPLE TEXT to test.")

Sample light theme message Sample symbol theme message Sample highlight theme message Sample other functions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

color4console-0.0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

color4console-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page