
colorama 0.4.6
0
Cross-platform colored terminal text.
Contents
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: 3768, Watchers: 3768, Forks: 269, Open Issues: 134The tartley/colorama repo was created 11 years ago and the last code push was 7 months ago.
The project is very popular with an impressive 3768 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
Related Packages
Errors
A list of common colorama errors.
Code Examples
Here are some colorama code examples and snippets.
pythonfix