Compare commits

3 Commits

Author SHA1 Message Date
simon ceea0a33d9 Update README.md 2025-08-23 01:46:32 +00:00
simon 912e818481 Update README.md 2025-08-23 01:44:46 +00:00
simon 38601e1622 Update README.md 2025-08-21 01:18:02 +00:00
+6 -3
View File
@@ -5,12 +5,15 @@ A robust CLI color conversion utility written in Python.
# Features # Features
- Supports conversions between hexcode, RGB, CMY, CMYK, HSL, and HSV - Supports conversions between hexcode, RGB, CMY, CMYK, HSL, and HSV
- Lenient automatic input detection (can be overriden) - Lenient, overridable, automatic input detection
- Bulk conversions to and from files - Bulk conversions to and from files
# Installation # Installation
This program is available as a package on the AUR. You don't need to install this to use it, it's just a Python file.
If you want to install it, here's how:
NOTE: This program is available on the AUR.
### For manual installation on Unix operating systems (Linux+MacOS): ### For manual installation on Unix operating systems (Linux+MacOS):
- Ensure that you have `python3` installed - Ensure that you have `python3` installed
@@ -117,7 +120,7 @@ rgb(242, 240, 237)
I started this project because I found myself converting between Hex and RGB a lot while ricing. As I was frequently visiting various color picker websites, I began thinking more and more about how color conversions even work in the first place. What is a color space? I started this project because I found myself converting between Hex and RGB a lot while ricing. As I was frequently visiting various color picker websites, I began thinking more and more about how color conversions even work in the first place. What is a color space?
Using any random color-picker online to go from RBG->Hex (and vice versa) works plenty fine, but, I think CLI tools are cool. I searched around a bit on github and the AUR and couldn't find any CLI color conversion utilities. I decided I could make one for fun, and the scope slowly expanded. I realized this was my opportunityto make and distribute a tool that could potentially serve others! Using any random color-picker online to go from RBG->Hex (and vice versa) works plenty fine, but, I think CLI tools are cool. I searched around a bit on github and the AUR and couldn't find any basic CLI color conversion utilities. I decided I could make one for fun, and the scope slowly expanded. I realized this was my opportunity to make and distribute a tool that could potentially serve others!
# Conversion Sources # Conversion Sources