s0md3v/huepy
Print awesomely in terminals. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3103
- days_rel: n/a
- days_push: 632
- n_releases_24m: 0
Adoption not part of the score
1477 stars · 81 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
terminal-ui developer-tools developer-tools python windows cli cross-platform terminal-colors ansi-escape-codes colored-output text-styling colorama-alternative console-printing status-labels command-line linux macos
2 sources
- readme: https://github.com/s0md3v/huepy · fetched 2026-08-28 · faac2fa6f49b
- registry_pypi: https://pypi.org/pypi/huepy/json · fetched 2026-08-29 · 6e0e99ca9601
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| s0md3v/huepy | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem