Metadata-Version: 2.1
Name: pic-resizer
Version: 0.1.8
Summary: A image resizing tool.
Home-page: https://github.com/fffzlfk/pic_resizer
License: Apache
Keywords: image-resizer,image-resizing
Author: fffzlfk
Author-email: 1319933925qq@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Flask (>=2.2.1,<3.0.0)
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Project-URL: Repository, https://github.com/fffzlfk/pic_resizer
Description-Content-Type: text/markdown

# pic_resizer

A image resizing tool.

[![PyPI version](https://badge.fury.io/py/pic-resizer.svg)](https://badge.fury.io/py/pic-resizer)


## Installation

```bash
pip install pic_resizer
```

## Usage

```console
~ ➜ pic_resizer --help
Usage: pic_resizer [OPTIONS] COMMAND [ARGS]...

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  cli  Operating from the command line
  web  Operating in the web app
```

### cli

[![asciicast](https://asciinema.org/a/d5G7DaIrDN048rrLGr1TbJDh1.svg)](https://asciinema.org/a/d5G7DaIrDN048rrLGr1TbJDh1)

### web

![](https://s3.bmp.ovh/imgs/2022/08/09/1d0c289413d7078e.png)

