Skip to main content

A captcha library that generates audio and image CAPTCHAs.

Project description

A captcha library that generates audio and image CAPTCHAs.

a fork of <https://github.com/lepture/captcha> with support of a lot more data

Features

  1. Audio CAPTCHAs

  2. Image CAPTCHAs

Installation

Install captcha with pip:

$ pip install captcha

Usage

Audio and Image CAPTCHAs are in separated 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.

License

Licensed under BSD. Please see LICENSE for licensing details.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

more_captcha-0.5.0-py3-none-any.whl (592.0 kB view details)

Uploaded Python 3

File details

Details for the file more_captcha-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: more_captcha-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 592.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for more_captcha-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 47312b187d5ab7200676e8b4e919d33c4ce76b26cacd994b010b9ea69b76e194
MD5 cb045dcd49b9de68f857b94627c79887
BLAKE2b-256 4ac4ae2be31bc6977623ca22556f2308c17ded8be8425a56d88b4e9407430357

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