Contents

clr 1.0.3

0

🌈 Terminal string styling

🌈 Terminal string styling

Stars: 11, Watchers: 11, Forks: 2, Open Issues: 0

The lmittmann/style repo was created 7 years ago and the last code push was 1 years ago. The project is not very popular with only 11 github stars!

How to Install clr

You can install clr using pip

pip install clr

or add it to a project with poetry

poetry add clr

Package Details

Author
lmittmann
License
MIT
Homepage
https://github.com/lmittmann/clr
PyPi:
https://pypi.org/project/clr/
GitHub Repo:
https://github.com/lmittmann/clr
No  clr  pypi packages just yet.

Errors

A list of common clr errors.

Code Examples

Here are some clr code examples and snippets.

Related Packages & Articles

censys 2.2.12

An easy-to-use and lightweight API wrapper for Censys APIs (censys.io).

colorama 0.4.6

ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs . Colorama makes this work on Windows, too, by stripping ANSI sequences it finds (which would appear as gobbledygook in the output) into win32 calls to modify the state of the terminal. Colorama has no requirements other than the standard library.