test
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.2.tar.gz
(4.2 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.2.tar.gz.
File metadata
- Download URL: areyouhumanlib-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bcce0b1ffd5e83a67a31fcfc6aeabb65bb65aa9d6d1a9040e509fa8d9b1043c
|
|
| MD5 |
e63107159ce5d7f0626e92fb8fd19710
|
|
| BLAKE2b-256 |
a17aa2cb9a3787b7fc290e8e2731e78bdc02d230ec3b5308f2f75fc6c9f33b20
|
File details
Details for the file areyouhumanlib-0.1.2-py3-none-any.whl.
File metadata
- Download URL: areyouhumanlib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.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 |
4f6d0f21ee32f5e4d2b8822645ccb0adf08b8a77c03dd7e14e596e0356699321
|
|
| MD5 |
9b6b9d9e3f0187ebeb9e1588ae7e04a7
|
|
| BLAKE2b-256 |
9afd52bae274fbdd42b71c92e427f2b8f6ebd5c10fa63e3618ebdde9d68bed00
|