simple-colors
Colorful output in terminal
What it is and what it does
Simple Colors is a lightweight terminal utility that wraps ANSI color codes into Python functions, letting you print colored and styled text without writing escape sequences directly. It provides seven colors and seven text styles that can be combined in function calls or via a command-line interface.
The package is designed for straightforward use cases where you want quick colored output in scripts or CLIs without heavyweight dependencies. It has no runtime dependencies, making installation friction minimal, but it has been unmaintained since its last release on 2019-01-14 and may not work reliably with modern Python versions or terminal emulators.
Use it for:
- Add colored output to CLI scripts for better readability and user feedback
- Highlight warnings, errors, or status messages in terminal applications
- Create colored logs or diagnostic output from Python programs
- Format text in shell scripts called from Python using the command-line interface
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds colored and styled text output to terminal applications using simple function calls for colors (black, red, green, yellow, blue, magenta, cyan) and text styles (bold, bright, dim, italic, underlined, blink, reverse).
No. The package is abandoned with no maintenance since 2019-01-14 and an unclear license. While installation is frictionless and it has no dependencies, the lack of Python version support information and unknown license terms create legal and compatibility risks. For colored terminal output, consider actively maintained alternatives.
Install
simple-colors on PyPI
pip
pip install simple-colorsuv
uv add simple-colorspoetry
poetry add simple-colorsInstalling simple-colors
Before you install
Installation is straightforward with no runtime dependencies. However, the package has been abandoned since January 2019 with no updates, so expect no maintenance or bug fixes.
License in practice
License status is unclear—no license information is provided in the package metadata. Before using in production or distribution, verify the actual license terms from the repository.
Quickstart
pip install simple-colors
from simple_colors import green
print(green('hello'))
print(green('hello', 'bold'))
Verify before relying
- Whether the package actually works with current Python versions (Python support is unspecified)
- What license applies to this package (metadata shows no license)
- Whether the package remains functional with modern terminal emulators and Python interpreters
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,769 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 114,643/month — #12,285 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: simple_colors-0.1.5-py3-none-any.whl
Keywords: terminal
Tags
More Terminals packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
richRich renders styled text, tables, progress…
permissive · top 100 on PyPI
coloramaColorama makes ANSI escape sequences for…
permissive · top 100 on PyPI
wcwidthMeasures the displayed width of Unicode strings…
permissive · top 1,000 on PyPI
ptyprocessRun a subprocess in a pseudo terminal (pty) and…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
ascii-colorsUnified terminal UI library providing colored…
permissive · top 15,000 on PyPI
click-help-colorsAdds color customization to Click command-line…
permissive · top 5,000 on PyPI
colorfulColorful applies ANSI color and text styling to…
permissive · top 5,000 on PyPI
crayonsCrayons provides colored text output for…
permissive · top 15,000 on PyPI
informInform provides specialized print functions for…
permissive · top 15,000 on PyPI
pastelPastel adds colored text output to terminal…
permissive · top 5,000 on PyPI
styleApplies ANSI color and text styling to terminal…
permissive · top 15,000 on PyPI
tcolorpyApplies ANSI true color and text styles (bold,…
permissive · top 5,000 on PyPI
termcolorAdds ANSI color and text formatting (bold,…
permissive · top 1,000 on PyPI
log-symbolsProvides colored Unicode symbols (✔, ℹ, ⚠, ✖)…
permissive · top 5,000 on PyPI