Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 78e3f51fcade5bf6c191505092f91831 > files > 127

python3-django-simple-captcha-0.5.11-1.mga7.noarch.rpm

*********************
Django Simple Captcha
*********************

.. image:: https://travis-ci.org/mbi/django-simple-captcha.png?branch=master
  :target: http://travis-ci.org/mbi/django-simple-captcha


Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.

.. image:: http://django-simple-captcha.readthedocs.io/en/latest/_images/captcha3.png

Features
++++++++

* Very simple to setup and deploy, yet very configurable
* Can use custom challenges (e.g. random chars, simple maths, dictionary word, ...)
* Custom generators, noise and filter functions alter the look of the generated image
* Supports text-to-speech audio output of the challenge text, for improved accessibility
* Ajax refresh

Requirements
++++++++++++

* Django 1.8+
* A recent version of the Pillow compiled with FreeType support
* Flite is required for text-to-speech (audio) output, but not mandatory

Python 3 compatibility
++++++++++++++++++++++

The current development version supports Python3 via the `six <https://pypi.python.org/pypi/six>`_ compatibility layer.
You will need to install `Pillow <https://github.com/python-imaging/Pillow>`_ because PIL doesn't support Python3 yet.


Documentation
+++++++++++++

Read the `documentation online <http://django-simple-captcha.readthedocs.org/en/latest/>`_.