Metadata-Version: 2.1
Name: tiktokimage
Version: 0.2
Summary: add tiktok effect to image
Home-page: https://github.com/Zening-Li/tiktokimage
Author: Ning
Author-email: admin@163.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=5.1.0)
Requires-Dist: numpy

# TikTok Style 

Add TikTok effect to image

# Usage

```bash
# usage: tiktokimage [-h] [--input_path INPUTIMAGE] [--output_path OUTPUTIMAGE]
option arguments:
	-h, --help          show this help message and exit
	--input_path        path of image to add effect
	--output_path       path of output image
```

# Install

``` bash
pip install tiktopimage
```



