julius383 / chapicha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%