All Projects → mbi → Django Simple Captcha

mbi / Django Simple Captcha

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Simple Captcha

Django Taggit Labels
Clickable label widget for django-taggit
Stars: ✭ 62 (-94.61%)
Mutual labels:  django
Mrdoc
online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. like gitbook.
Stars: ✭ 1,129 (-1.91%)
Mutual labels:  django
Wemake Django Template
Bleeding edge django template focused on code quality and security.
Stars: ✭ 1,141 (-0.87%)
Mutual labels:  django
Django React
This a simple Django and React demo application
Stars: ✭ 63 (-94.53%)
Mutual labels:  django
Sapl
Sistema de Apoio ao Processo Legislativo
Stars: ✭ 63 (-94.53%)
Mutual labels:  django
Django Statsy
Statistics for your Django project
Stars: ✭ 64 (-94.44%)
Mutual labels:  django
Django Chinese Docs 18
📖 [译] django 中文文档协作翻译计划
Stars: ✭ 61 (-94.7%)
Mutual labels:  django
Django Rest Framework Role Filters
Simple role filtering for django-rest-framework
Stars: ✭ 67 (-94.18%)
Mutual labels:  django
Taggit Selectize
Auto-complete/auto-suggestion for django-taggit (django-taggit + selectize.js)
Stars: ✭ 63 (-94.53%)
Mutual labels:  django
Django Polymorphic
Improved Django model inheritance with automatic downcasting
Stars: ✭ 1,135 (-1.39%)
Mutual labels:  django
Django Crm
A Simple Django CRM (Customer Relationship Management) RESTful API Project
Stars: ✭ 63 (-94.53%)
Mutual labels:  django
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (-2.35%)
Mutual labels:  django
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-94.35%)
Mutual labels:  django
Lagom
📦 Autowiring dependency injection container for python 3
Stars: ✭ 61 (-94.7%)
Mutual labels:  django
Facial Recognition Python Django
Face detection and facial recognition along with recognized persons information fetched from database.
Stars: ✭ 66 (-94.27%)
Mutual labels:  django
Djaoapp
User login, billing, access control as part of a session proxy
Stars: ✭ 61 (-94.7%)
Mutual labels:  django
Django Qsessions
Extended session backends for Django (Sessions store IP, User Agent, and foreign key to User)
Stars: ✭ 64 (-94.44%)
Mutual labels:  django
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (-0.52%)
Mutual labels:  django
Djangoevents
Stars: ✭ 66 (-94.27%)
Mutual labels:  django
Osis
Open Student Information System Backoffice
Stars: ✭ 65 (-94.35%)
Mutual labels:  django

Django Simple Captcha


.. image:: https://travis-ci.org/mbi/django-simple-captcha.png?branch=master :target: http://travis-ci.org/mbi/django-simple-captcha

.. 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 2.2+, Python3.6+
  • 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/>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].