# s0md3v/huepy

Print awesomely in terminals.

Repository: https://github.com/s0md3v/huepy
Canonical: https://ross.abutalabs.com/products/huepy
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: print-color, terminal-colors, colorama
Last push: 2024-12-09T12:55:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3103, "days_push": 632, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1477, forks 81 (observed 2026-08-28T04:04:50.464169+00:00)

## What it is
Hue is a minimal Python library for printing colored, styled, and labeled text in the terminal. It wraps strings in simple function calls like red() or bold() using ANSI escape sequences, and supports Python 2 and 3.

## Use cases
- print colored text in a python terminal
- add colors to python cli output
- ansi color library for python scripts
- colorama alternative with bright colors
- print status labels like info and bad in terminal
- style terminal text bold italic underline

## When to choose
- You want one-line, dead-simple colored terminal output without verbose color constants
- You need bright colors plus styles (bold, italic, underline, strike, background) and prefixed status labels
- You are writing small scripts or CLI tools and prefer a tiny dependency over a full TUI framework

## When to avoid
- You must support legacy Windows command prompts (pre-Windows 10), which do not render ANSI escape sequences
- You need truecolor/256-color palettes, cursor control, or full terminal UI layouts (consider rich or blessings instead)
- Your project license is incompatible with GPL-3.0

## Facets
- artifact type: library
- maturity: stable
- function: terminal-ui, developer-tools
- domain: developer-tools
- platform: python, windows, cli, cross-platform
- tags: terminal-colors, ansi-escape-codes, colored-output, text-styling, colorama-alternative, console-printing, status-labels, command-line, linux, macos

## Member repositories
- s0md3v/huepy (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:50.464169+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:25.279243+00:00, confidence not recorded.
  - readme: https://github.com/s0md3v/huepy (fetched 2026-08-28T04:04:50.464169+00:00, sha faac2fa6f49b)
  - registry_pypi: https://pypi.org/pypi/huepy/json (fetched 2026-08-29T11:41:32.546852+00:00, sha 6e0e99ca9601)
- Data as of 2026-08-30T08:39:29.467469+00:00.
