From f8e0d1d069a79651645c4cb6e53b86859adf9279 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 11 Dec 2024 22:46:32 -0500 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01cbecf..34c9ad0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +## todo +write a general validator function for grabbing numbers + # color-converter A CLI utility written in Python that translates color codes to other formats. @@ -27,11 +30,6 @@ That said, as I develop this, I see lots of room for improvement. Such as: - (to expand on ^) if we had automatic format detection and formatting output flags, you could pass in a whole file of any color formats and standardize them to a given format. -maybe these ideas branch off into separate projects themselves, but: -- accept images as output and print out the average color (of all pixels) in any format -- TUI color picker??? maybe look into the interface platforms that ncspot uses for mouse input -- accept images as output and some sort of color code that gets applied to said image (like a CLI program for applying color filters to images) - ## Conversion Sources Hex<->RGB: