# django-simple-captcha **Repository Path**: mirrors_mingchen/django-simple-captcha ## Basic Information - **Project Name**: django-simple-captcha - **Description**: Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ****************** About this project ****************** 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.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 * Ajax refresh Requirements ++++++++++++ * Django 1.3+ * 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 Python 3 compatibility ++++++++++++++++++++++ The current development version supports Python3 via the `six `_ compatibility layer. You will need to install `Pillow HEAD `_ because PIL doesn't support Python3 yet. Documentation +++++++++++++ Read the `documentation online `_.