/chapicha

Primary LanguagePythonMIT LicenseMIT

Chapicha

A semi-automated image editing tool

Installation

Install chapicha from source using Poetry

  git clone https://github.com/julius383/chapicha
  cd chapicha
  poetry install

Install using pip

pip install chapicha

Usage/Examples


Usage: chapicha [OPTIONS] COMMAND [ARGS]...

Options:
  --version       Show the version and exit.
  --verbose TEXT
  --help          Show this message and exit.

Commands:
  color  Find the most dominant colors in image
  crop   Crop images to given dimensions
  ocr    Try and recognize text present in an image
  scale  Scale down an image by a given factor

License

MIT