Metadata-Version: 2.1
Name: pic-cut
Version: 0.0.2
Summary: Cut Long Picture.
Home-page: https://github.com/gaoyunzhi/pic_cut
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# pic_cut

Cut long picture for better view.

## usage

```
import pic_cut
file_list = pic_cut.cut(file)
```

## how to install

`pip3 install pic_cut`

