.
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.5.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.5.tar.gz.
File metadata
- Download URL: areyouhumanlib-0.1.5.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 |
8bb216cead9d4dbf2f11dabfc61459884e96975f4d7b5cef829c38d99f5f7c6d
|
|
| MD5 |
d98c833b2040e5fa5f139956765dbd71
|
|
| BLAKE2b-256 |
94c0d875016b7d5f8f78b7478181b9e61de9e7fb22c4f44927699ae3c04ba5e9
|
File details
Details for the file areyouhumanlib-0.1.5-py3-none-any.whl.
File metadata
- Download URL: areyouhumanlib-0.1.5-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 |
0e135c00a4b437afe53d41299458364bfa6bb5cf5d162f98be4ab22daa2ce5df
|
|
| MD5 |
f6a910800ce9f9b5a2a1a2bb083a23d6
|
|
| BLAKE2b-256 |
5401928bc28e605247d2cab0cc36bcc3eeb3bcbc2009038cdf7fd2d28ecbf7d3
|