wheezy.captcha¶
Introduction¶
wheezy.captcha is a python package written in pure Python code. It is a lightweight captcha library that provides integration with (one of below must be installed):
It is optimized for performance, well tested and documented.
Resources:
- source code, examples and issues tracker are available on github
- documentation
Contents¶
Getting Started¶
Install¶
wheezy.captcha requires python version 3.6+. It is operating system independent. You can install it from the pypi site (you need to specify an extra requirements per the imaging library of your choice):
$ pip install wheezy.captcha
$ pip install wheezy.captcha[PIL]
$ pip install wheezy.captcha[Pillow]
Examples¶
Before we proceed let’s setup a virtualenv environment, activate it and install:
$ pip install wheezy.captcha
User Guide¶
Modules¶
wheezy.captcha¶
wheezy.captcha.bezier¶
-
wheezy.captcha.bezier.
make_bezier
(n)[source]¶ Bezier curves: http://en.wikipedia.org/wiki/B%C3%A9zier_curve#Generalization