---
id: colorama
version: "0.4.6"
license: unclear
license_treatment: permissive
maintenance: active
---
# colorama — Cross-platform colored terminal text.
License: permissive · Maintenance: active · Popularity: top 100 on PyPI
## Install
pip install colorama
uv add colorama
poetry add colorama
## Description
.. image:: https://img.shields.io/pypi/v/colorama.svg
:target: https://pypi.org/project/colorama/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/colorama.svg
:target: https://pypi.org/project/colorama/
:alt: Supported Python versions
.. image:: https://github.com/tartley/colorama/actions/workflows/test.yml/badge.svg
:target: https://github.com/tartley/colorama/actions/workflows/test.yml
:alt: Build Status
Colorama
========
Makes ANSI escape character sequences (for producing colored terminal text and
cursor positioning) work under MS Windows.
.. |donate| image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2MZ9D2GMLYCUJ&item_name=Colorama¤cy_code=USD
:alt: Donate with Paypal
`PyPI for releases `_ |
`Github for source `_ |
`Colorama for enterprise on Tidelift `_
If you find Colorama useful, please |donate| to the authors. Thank you!
Installation
------------
Tested on CPython 2.7, 3.7, 3.8, 3.9...
## AI interpretation — verify before relying
Colorama makes ANSI escape sequences for colored terminal text work cross-platform, especially on Windows where they would otherwise fail. It wraps stdout/stderr to convert ANSI codes into native Windows console calls.
Verdict: Colorama is a stable, production-grade utility with zero security vulnerabilities, no dependencies, and permissive licensing. It is ideal for any project needing cross-platform colored terminal output, especially those targeting Windows. The long gap since the last release (1388 days) reflects maturity rather than abandonment—the repo remains active and the package is in the top 100 by popularity.
[View on SkillFed](https://skillfed.io/packages/colorama) · [View on PyPI](https://pypi.org/project/colorama/)