Skip to main content

Python3 library for coloring command line interface.

Project description

Clistyle

Python3 library for coloring command line interface.

install:

pip install clistyle

usage:

from clistyle import Color

c = Color()

print(c.YELLOW + "Test Colors" + c.RESET)
print(c.BLUE + "Test Colors" + c.RESET)
print(c.GREEN + "Test Colors" + c.RESET)
print(c.CYAN + "Test Colors" + c.RESET)
print(c.MAGENTA + "Test Colors" + c.RESET)
print(c.RED + "Test Colors" + c.RESET)

Output:

Captura de tela de 2023-10-07 09-08-52

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

clistyle-1.0.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

clistyle-1.0.0-py3-none-any.whl (9.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