Skip to content
/ PCM Public

A package for colors, in Python! Supports hexadecimal, HSL, HVS, RGB and ANSI formats!

License

Notifications You must be signed in to change notification settings

murjo06/PCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Color Manager

Want to light up your terminal? Well you didn't come to the right place. This is a very ugly solution, but it works so I don't care really

Installation

pip install python-color-manager

Usage

>>> import PCL
>>> PCL.convertColor(PCL.HEX, PCL.ANSI, 0x00a3b2)
34

About

A package for colors, in Python! Supports hexadecimal, HSL, HVS, RGB and ANSI formats!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages