telnet23 / py256color

Convert between 256 colors and RGB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py256color

Convert between 256 colors and RGB.

The implementation is based on colour.c from tmux.

Usage

from py256color import from_rgb, to_rgb

from_rgb(42, 84, 126)  # 24

to_rgb(96)  # (135, 95, 135)

About

Convert between 256 colors and RGB

License:Apache License 2.0


Languages

Language:Python 100.0%