Contents

colorama 0.4.6

0

Cross-platform colored terminal text.

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.

Stars: 3450, Watchers: 3450, Forks: 242, Open Issues: 118

The tartley/colorama repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 3450 github stars!

How to Install colorama

You can install colorama using pip

pip install colorama

or add it to a project with poetry

poetry add colorama

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/colorama/
GitHub Repo:
https://github.com/tartley/colorama

Classifiers

  • Terminals
No  colorama  pypi packages just yet.

Errors

A list of common colorama errors.

Code Examples

Here are some colorama code examples and snippets.

GitHub Issues

The colorama package has 118 open issues on GitHub

  • colorama problem with poetry export req.
  • 0.4.4: pytest is failing
  • 24 bits ANSI codes are wrongly converted instead of being stripped

See more issues on GitHub