From 3ee59333fb799149d23073b5a15d133c0976600e Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Jan 2025 01:36:57 -0500 Subject: [PATCH] README! --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b1d53cf..158252b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A CLI utility written in Python that translates color codes to other formats. -= actively under construction = - # Project Background 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.