mbi / django-simple-captcha

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

Home Page:http://django-simple-captcha.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Simple Captcha

image

image

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 math, 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 4.2+, Python3.8+
  • A recent version of the Pillow 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.

http://django-simple-captcha.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 96.5%Language:HTML 3.2%Language:Shell 0.3%