A captcha library that generates audio and image CAPTCHAs.
Features
Audio CAPTCHAs DEMO
Image CAPTCHAs
Installation
Install captcha with pip:
$ pip install captcha
Usage
Audio and Image CAPTCHAs are in seprated modules:
from io import BytesIO
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')
assert isinstance(data, bytearray)
audio.write('1234', 'out.wav')
data = image.generate('1234')
assert isinstance(data, BytesIO)
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.
Release files for captcha 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| captcha-0.2.1.tar.gz | 100.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| captcha-0.2.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 203.3 kB
Release files / captcha-0.2.1.tar.gz
| Download URL | captcha-0.2.1.tar.gz |
|---|---|
| Size | 100.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e587b0a36bb462ac111a4704b7e2c87211e26967bdb004711459c3125363905e
|
|
BLAKE2b-256 checksum How to use checksums |
bb5d78012bcd36c9655dacdb580c44ba375b49843b677c2756f3332053a21ca8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / captcha-0.2.1-py2-none-any.whl
| Download URL | captcha-0.2.1-py2-none-any.whl |
|---|---|
| Size | 103.0 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
441b1b7e2d2e27e376de59b42eec855a8ac494bf9e0a9a681bc86c02bb8feeae
|
|
BLAKE2b-256 checksum How to use checksums |
3507584226cf0a0b7166fe228401254a9b11fb8bc3f3abe984745d6ca3ecb6ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |