Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbi/django-simple-captcha
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
https://github.com/mbi/django-simple-captcha
captcha django python
Last synced: 19 days ago
JSON representation
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
- Host: GitHub
- URL: https://github.com/mbi/django-simple-captcha
- Owner: mbi
- License: mit
- Created: 2012-04-04T14:35:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T15:24:38.000Z (3 months ago)
- Last Synced: 2024-10-22T22:27:35.195Z (26 days ago)
- Topics: captcha, django, python
- Language: Python
- Homepage: http://django-simple-captcha.readthedocs.io/en/latest/
- Size: 544 KB
- Stars: 1,380
- Watchers: 48
- Forks: 322
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-django-admin - django-simple-captcha - Add captcha images to any Django form (Packages to install at your project / Widgets / Fields)
- awesome-captcha - Django-simple-captcha - Niezwykle prosta, ale wysoce konfigurowalna aplikacja Django do dodawania obrazów CAPTCHA do dowolnej formy Django. (Narzędzia / Chińskie)
- awesome-django-security - Django Simple Captcha
- stars - mbi/django-simple-captcha - Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. (Python)
- stars - mbi/django-simple-captcha - Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. (Python)
README
*********************
Django Simple Captcha
*********************.. image:: https://github.com/mbi/django-simple-captcha/actions/workflows/test.yml/badge.svg
:target: https://github.com/mbi/django-simple-captcha/actions/workflows/test.yml.. image:: https://img.shields.io/pypi/v/django-simple-captcha
:target: https://pypi.org/project/django-simple-captcha/.. image:: https://img.shields.io/pypi/l/django-simple-captcha
:target: https://github.com/mbi/django-simple-captcha/blob/master/LICENSEDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
.. image:: http://django-simple-captcha.readthedocs.io/en/latest/_images/captcha3.png
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 refreshRequirements
++++++++++++* 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 mandatoryDocumentation
+++++++++++++Read the `documentation online `_.