Ross ROSS = Recommend OSS · open-source software intelligence for agents

tartley/colorama

Simple cross-platform colored terminal text in Python observed · 2026-08-28

github.com/tartley/colorama · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 82
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4521
  • days_rel: n/a
  • days_push: 112
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3794 stars · 283 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Colorama is a Python library that makes ANSI escape sequences for colored terminal text and cursor positioning work on Windows by wrapping stdout and converting them to win32 calls. It provides a simple cross-platform API for printing colored terminal output from Python.

Use cases

  • print colored text to the terminal in Python
  • make ANSI-colored CLI output work on Windows
  • fix Windows console so existing ANSI-based libraries display correctly
  • add color to command-line tool output cross-platform
  • strip ANSI sequences from output on unsupported terminals

When to choose

  • you need colored terminal output in Python that works on Windows as well as Unix
  • you maintain a library using ANSI sequences and want it to work on Windows with minimal changes
  • you want a dependency-free, standard-library-only solution

When to avoid

  • you only target Unix-like systems where ANSI sequences already work natively
  • you need rich TUI features like layouts or widgets (use a full TUI framework instead)
  • you are building a modern Windows-only app that can rely on native VT support

Facets

library · maturity stable

developer-tools cli developer-tools cross-platform python windows cross-platform ansi-escape-sequences terminal-colors stdout-wrapping windows-console command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
tartley/coloramamain69

For agents

markdown · JSON · MCP: product_card(name="tartley/colorama")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem