From 645ce55db359058546c70f4b642922bdadbc1259 Mon Sep 17 00:00:00 2001 From: ProtoPenguin Date: Thu, 9 Apr 2026 16:51:38 +0100 Subject: [PATCH] Added Readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..09d6106 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,26 @@ +# Open Palette Generator + +## Description +Takes a CSV of colour name, cmyk percentages, and hex codes and generates palette files in the format + +Colour Name, C, M, Y, K, RGB Hex + +- gpl +- scribus xml +- krita xml (coming) + +## Usage + +python main.py "file_format" "input_csv" "output_file" + +Where "file_format" could be: +- gpl : GIMP RGB Palette +- scribus : Scribus CMYK XML Palette + +Where "input_csv" would be your input csv as in swatchos.csv + +Where "output_file" could be: +- swatchos.gpl +- swatchos.xml +- swatchos.kpl +Replacing swatchos with your colour palette name