Metadata-Version: 2.1
Name: chapicha
Version: 0.2.1
Summary: A semi-automated image editing tool
Home-page: https://github.com/julius383/chapicha
License: MIT
Author: Julius Kibunjia
Author-email: kibunjiajulius@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyQt5 (>=5.15.4,<6.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: numpy (>=1.20.2,<2.0.0)
Requires-Dist: opencv-python (>=4.5.1,<5.0.0)
Requires-Dist: pytesseract (>=0.3.7,<0.4.0)
Requires-Dist: rich (>=10.1.0,<11.0.0)
Project-URL: Repository, https://github.com/julius383/chapicha.git
Description-Content-Type: text/markdown

# Chapicha

A semi-automated image editing tool

## Installation 

Install chapicha from source using [Poetry](https://python-poetry.org/)

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

Install using pip

```bash
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](https://choosealicense.com/licenses/mit/)

  

