.
Project description
AreYouHuman
A library for generating random captcha using emojis. The rendering is done by PIL.
Installation
pip install AreYouHumanLib
[!WARNING] Before using it for the first time, you must download the emoji using the console command
AreYouHuman downloador download and unzip the archive: emojis.zip
Usage
from AreYouHuman import Captcha
from AreYouHuman.types import Response
captcha = Captcha()
response: Response = captcha.generate()
# Correct answer (5 emojis)
print(response.emojis_answer)
# Full emoji list (15 items: 10 wrong + 5 correct)
print(response.emojis_list)
# CAPTCHA image (BytesIO)
print(response.image)
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
areyouhumanlib-0.1.4.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file areyouhumanlib-0.1.4.tar.gz.
File metadata
- Download URL: areyouhumanlib-0.1.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae95c097c1248c7f41efc8dfaed14f06b4a5deeef1d617663ebfbf2b27445fd
|
|
| MD5 |
d1a79029be5c5086ecbcb6e6ff9e5179
|
|
| BLAKE2b-256 |
a56ed3dcd5dbd4e9ef5ec087dbcaf1ffba0c595ef70433d34cd8806e60a820b9
|
File details
Details for the file areyouhumanlib-0.1.4-py3-none-any.whl.
File metadata
- Download URL: areyouhumanlib-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b531537e1242ef94a1d2b39e1460b3a07bafa62afc00aa5fafbb54ce2983cd8a
|
|
| MD5 |
6dd269839f005ead2f692519b17ce1fa
|
|
| BLAKE2b-256 |
adce8499e86a7b9511fc7960d3bd89e762dec54ee7b8ce00ff67d738e2dc642e
|