Metadata-Version: 2.1
Name: imgworks
Version: 0.3.2
Summary: 
License: MIT
Author: Antonio Feregrino
Author-email: antonio.feregrino@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: imageio (>=2.31.1,<3.0.0)
Requires-Dist: pillow-heif (>=0.13.0,<0.14.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# ImgWorks

A simple CLI tool to work with images, it helps you convert between formats (I personally dislike .webp and .heic so much when working in desktop) as well as resize images with a single command.

## Installation

```bash
pip install imgworks
```
## Usage

It has several commands, you can learn more about them by using the `--help` flag.

 - Resize images: `resize`
 - Convert images: `heic2jpg`, `webp2jpg`, `heic2png` and `webp2png`
 
