Socket
Socket
Sign inDemoInstall

django-simple-captcha

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-simple-captcha

A very simple, yet powerful, Django captcha application


Maintainers
1

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/LICENSE

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.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 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 <http://django-simple-captcha.readthedocs.org/en/latest/>_.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc