Metadata-Version: 2.1
Name: cappy-cli
Version: 1.1.4
Summary: A cli tool to add captions to images.
Home-page: https://github.com/asheeeshh/cappy
Author: ashish
Author-email: asheeshh@duck.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE

## Cappy
A simple, fast and powerful CLI tool to add captions to Images. Supports GIFs too!

## Feautures
- Adds caption to static images like `.jpeg`/`.jpg`/`.png`.
- Adds caption to animated GIFs.
- Uploads generated images to Imgur to prevent storage usage.
- Takes care of the image size and aspect ratio.

## Prerequisites
- Imgur client ID and secret. You can generate one for free [here](https://api.imgur.com/oauth2/addclient).

## Usage
Install the package from pypi.
```bash
pip install cappy-cli
```
Run the command.
```bash
cappy 
```
Keep following the prompts to add caption.


