• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

captcha/H03-May-2022-2,3121,924

django_simple_captcha.egg-info/H03-May-2022-6248

docs/H03-May-2022-1,058602

testproject/H03-May-2022-171124

.pep8H A D04-May-202063 43

CHANGESH A D19-Mar-20218.5 KiB221178

LICENSEH A D13-Mar-20201 KiB2117

MANIFEST.inH A D20-Jun-2019486 2120

PKG-INFOH A D19-Mar-20212.4 KiB6248

README.rstH A D18-Mar-20211.3 KiB3926

setup.cfgH A D19-Mar-202167 85

setup.pyH A D16-Oct-20202.1 KiB7561

tox.iniH A D18-Mar-20212.2 KiB7563

README.rst

1*********************
2Django Simple Captcha
3*********************
4
5.. image:: https://travis-ci.org/mbi/django-simple-captcha.png?branch=master
6  :target: http://travis-ci.org/mbi/django-simple-captcha
7
8.. image:: https://img.shields.io/pypi/v/django-simple-captcha
9  :target: https://pypi.org/project/django-simple-captcha/
10
11.. image:: https://img.shields.io/pypi/l/django-simple-captcha
12  :target: https://github.com/mbi/django-simple-captcha/blob/master/LICENSE
13
14
15Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
16
17.. image:: http://django-simple-captcha.readthedocs.io/en/latest/_images/captcha3.png
18
19Features
20++++++++
21
22* Very simple to setup and deploy, yet very configurable
23* Can use custom challenges (e.g. random chars, simple math, dictionary word, ...)
24* Custom generators, noise and filter functions alter the look of the generated image
25* Supports text-to-speech audio output of the challenge text, for improved accessibility
26* Ajax refresh
27
28Requirements
29++++++++++++
30
31* Django 2.2+, Python3.6+
32* A recent version of the Pillow compiled with FreeType support
33* Flite is required for text-to-speech (audio) output, but not mandatory
34
35Documentation
36+++++++++++++
37
38Read the `documentation online <http://django-simple-captcha.readthedocs.org/en/latest/>`_.
39