Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 550 Bytes

PyProcreatePallete

Procreate .swatches import / export script that runs with Pythonista 3

palette.py

usage: palette.py [-h] [create | view] [input] [output]

Procreate palette utility

positional arguments:
  create      Create Procreate palette (.swatches) files from hex colours
  view        Extract and view json from Procreate palette (.swatches) file
  input       .swatches File path or hex values string
  output      .json File or .swatches folder output path

optional arguments:
  -h, --help  show this help message and exit