mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
10 lines
276 B
Markdown
10 lines
276 B
Markdown
|
# CMKY to RGB
|
||
|
This is a simple python script, that allows the user to covert CMYK color values into RGB values.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* No additional package reqd. Just the script
|
||
|
* Run `CMYKtoRGB.py`
|
||
|
* Input the CMYK values, when asked
|
||
|
* There you go, RGB Value is provided
|