Skip to content

kizifumoli/simple-color-grid-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-grid

Simple script to make a labeled grid of colors. To use

python main.py \
  create-color-grid \
  --json-input color-grid.json \
  --output-directory ~/

This script takes in a JSON file describing the number of rows/columns in the color grid, as well as a "data" field containing the colors to put in the image.

Sample Json:

{
  "n_rows": 2,
  "n_cols": 3,
  "data": [
    "ffffff",
    "ffffff",
    "ffffff",
    "ffffff",
    "ffffff",
    "000000"
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages