Skip to main content

Python library for using color text in cmd

Project description

Cmd colorizer

Python library for using color text in cmd

CodeFactor Codacy Badge PyPI version

Getting started

Installation: pip install cmd_colorizer or pip install git+git://github.com/KoChan-s/cmd_colorizer.git

Import:

from cmd_colorizer import colored

Using

print(colored("Some text", "red", "blue", ["bold", "underline"]))

1 param - text that should be colored
2 param - color of the text **(grey, red, green, yellow, blue, magenta, cyan, white)**
3 param - background color **(grey, red, green, yellow, blue, magenta, cyan, white)**
4 param - attributes the text **(bold, dark, underline, blink, reverse, concealed)**

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

cmd-colorizer-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

cmd_colorizer-0.0.2-py3-none-any.whl (3.9 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