Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.35 KB

README.rst

File metadata and controls

39 lines (26 loc) · 1.35 KB

Django Simple Captcha

image

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

image

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.4+
  • A recent version of the Python Imaging Library (PIL 1.1.7 or Pillow 2.2+) 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 compatibility layer. You will need to install Pillow because PIL doesn't support Python3 yet.

Documentation

Read the documentation online.