Compare commits
2 Commits
1a8474003b
...
645ce55db3
| Author | SHA1 | Date | |
|---|---|---|---|
| 645ce55db3 | |||
| 44b38c8e19 |
26
README.md
Normal file
26
README.md
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user