Metadata-Version: 2.1
Name: pycturing
Version: 0.0.2
Summary: yet a captcha library
Home-page: https://github.com/chenshenchao/pycturing
Author: chenshenchao
Author-email: chenshenchao@outlook.com
License: MIT
Keywords: pycturing captcha
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pillow (>=8.0.1)
Requires-Dist: ran (>=0.0.5)

# [pycturing](https://github.com/chenshenchao/pycturing)

## 安装

```bash
pip install pycturing
```

## 使用

```python
from pycturing.text import TextPycturing
tp = TextPycturing(length=5)
tp.save('a.png')
```


