Metadata-Version: 2.1
Name: cappy-cli
Version: 1.1.5
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
Requires-Dist: click (==8.1.2)
Requires-Dist: halo (==0.0.31)
Requires-Dist: imgurpython (==1.1.7)
Requires-Dist: Pillow (==9.1.1)
Requires-Dist: python-dotenv (==0.20.0)
Requires-Dist: requests (==2.27.1)

## 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).
- You will be ased for th ID and Secret on first time usage of cappy.

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


