Skip to content

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

License

Notifications You must be signed in to change notification settings

ConsumerAffairs/django-simple-captcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this project

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

http://django-simple-captcha.googlecode.com/files/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

Requirements

  • Django 1.0+
  • A fairly recent version of the Python Imaging Library (PIL) compiled with FreeType support
  • Flite is required for text-to-speech (audio) output, but not mandatory

Documentation

Read the documentation online.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%