Skip to content

Programmer-Python/Color-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Converter

Convert into any color between cmyk, rgb, rgba, hex, hsl, hsla, hsv, hsva

files

  • hex.py
  • rgb.py
  • cmyk.py
  • hsl.py
  • hsv.py
  • color.py

sample code for use Color library

import Color
RGBSTR='rgb(255,0,147)'
HSVValue=Color.RGB2HSV(RGBSTR) # an input can be anything like valid rgb string,list,dict,tuple
print(HSVValue) #should print --> [325,1.0,1.0]

image_128

image_129

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages