ramwin / captcha_simple

A python library to create captcha using PIL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

captcha

A python library to create captcha using PIL.

Usage

pip3 install -r requirements  
import captcha
capobj = captcha(text='test')
capobj.save('./test.png')

About

A python library to create captcha using PIL.


Languages

Language:Python 100.0%