Skip to main content

Automatically fix hard-to-read text colors by making your website readable without changing your original color theme—simple Python API and CLI.

Project description

CM-Colors 🎨✨

Python Tests PyPI - Version PyPI DownloadsLicense

Color contrast that works for everyone

CM-Colors automatically fixes your colors so they are easy to read. It finds similar colors that work for everyone, so you don't have to guess.

"Fortunately, there's a tool that's just come out that's going to change your life: CM-Colors. You give it your colors, and it automatically adjusts them so they're accessible, all while changing the shades as little as possible to keep your design intact."

Korben.info

The percentage shows how much easier the text is to read:

an image showing side by side comparision of before and after change of colors

Overview

Spending too much time adjusting colors? CM-Colors handles it for you. It automatically finds colors that look like your brand but are readable for all your visitors.

What it does:

  • Fixes colors automatically: No more manual tweaking.
  • Works everywhere: Fix Python code or CSS files.
  • Keeps your style: Changes colors as little as possible.
  • Saves you time: Fix your whole project in seconds.

Installation

pip install cm-colors

Quick Start

Fix a single color

from cm_colors import ColorPair

# Your colors
pair = ColorPair("#999999", "#ffffff")

# Fix them and preview in the terminal
fixed_color, success = pair.make_readable(show=True)

print(f"Use {fixed_color} instead of #999999")
# Output: Use #8e8e8e instead of #999999

Fix many colors at once

from cm_colors import make_readable_bulk

my_colors = [
    ("#777", "#fff"),
    ("#888", "#000"),
]

results = make_readable_bulk(my_colors)

for color, status in results:
    print(f"{color} is {status}")

Fix CSS files

Run this in your terminal to fix all colors in a CSS file:

cm-colors styles.css

This creates styles_cm.css with readable colors which you can preview before you modify your original css

Documentation

For more details, see the full documentation.

License

GNU General Public License v3.0

Support

Found a problem? Let us know.


Stop guessing, start building.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cm_colors-1.1.0.tar.gz (42.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cm_colors-1.1.0-py3-none-any.whl (51.3 kB view details)

Uploaded Python 3

File details

Details for the file cm_colors-1.1.0.tar.gz.

File metadata

  • Download URL: cm_colors-1.1.0.tar.gz
  • Upload date:
  • Size: 42.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for cm_colors-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b22cce5e9523edce5222c14a74ba35408997c60944f71710ea891e3bb1d8aefb
MD5 0787e2438b1dd2811d27be63930c7971
BLAKE2b-256 f5a7a9537d175c8e8a24d3ee183afbf08d31fd9c4efa22bf1a3e8de92f9a1378

See more details on using hashes here.

File details

Details for the file cm_colors-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: cm_colors-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 51.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for cm_colors-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 036ae0e110a0303318afd284264e8e469b0a389dc08a07b944e683608bf0e9d5
MD5 a308ded75e1b16fde914ffa76f221dde
BLAKE2b-256 a3197d2fc84864eae2ba39475250d4addc5e2b9a06b567ac29af880afd305922

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page