pycturing

yet a captcha library


Keywords
pycturing, captcha
License
MIT
Install
pip install pycturing==0.0.3

Documentation

pycturing

安装

pip install pycturing

使用

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