Skip to main content

A captcha library that generates audio and image CAPTCHAs.

Project description

A captcha library that generates audio and image CAPTCHAs.

Donate lepture https://travis-ci.org/lepture/captcha.svg?branch=master https://ci.appveyor.com/api/projects/status/amm21f13lx4wuura?svg=true https://coveralls.io/repos/lepture/captcha/badge.svg?branch=master

Features

  1. Audio CAPTCHAs DEMO

  2. Image CAPTCHAs

https://cloud.githubusercontent.com/assets/290496/5213632/95e68768-764b-11e4-862f-d95a8f776cdd.png

Installation

Install captcha with pip:

$ pip install captcha

Usage

Audio and Image CAPTCHAs are in seprated modules:

from captcha.audio import AudioCaptcha
from captcha.image import ImageCaptcha

audio = AudioCaptcha(voicedir='/path/to/voices')
image = ImageCaptcha(fonts=['/path/A.ttf', '/path/B.ttf'])

data = audio.generate('1234')
audio.write('1234', 'out.wav')

data = image.generate('1234')
image.write('1234', 'out.png')

This is the APIs for your daily works. We do have built-in voice data and font data. But it is suggested that you use your own voice and font data.

Contribution

We need voice wav files. The voice wav file should be in 8-bit, please keep it as small as possible. Name your voice file as:

{{language}}-{{character}}-{{username}}.wav
# exmaple: zh-1-lepture.wav

TODO: we need a place to upload voice files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

captcha-0.2.3.tar.gz (100.4 kB view details)

Uploaded Source

Built Distribution

captcha-0.2.3-py2-none-any.whl (103.1 kB view details)

Uploaded Python 2

File details

Details for the file captcha-0.2.3.tar.gz.

File metadata

  • Download URL: captcha-0.2.3.tar.gz
  • Upload date:
  • Size: 100.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for captcha-0.2.3.tar.gz
Algorithm Hash digest
SHA256 57482fe668c27b45e36848b9290c7131d2fa25950f21f1159cb4d78b81fca0a2
MD5 e95b2b3ec03e5df8c0f8b8d08599cd14
BLAKE2b-256 7bda7b1c63b627e220c66168a7dfcbc6ef36bd2a88ad0823d1804e9e6c99f119

See more details on using hashes here.

File details

Details for the file captcha-0.2.3-py2-none-any.whl.

File metadata

File hashes

Hashes for captcha-0.2.3-py2-none-any.whl
Algorithm Hash digest
SHA256 723c91f9531c0afe1ff284bade9af4317509ccb2db9014bc2a4ab2e121dccdfb
MD5 f5927dd49a5c099b3dcd9576d8f99c19
BLAKE2b-256 e2a78eab43a7789fc3326879008b03c4545b6bca667594a0741932afd2463bd3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page