A python3 library that generates Emoji CAPTCHAs.
Project description
EmojiCaptcha
Installation
Install EmojiCaptcha with pip::
$ pip install EmojiCaptcha
Usage
from EmojiCaptcha import Captcha
captcha = Captcha()
"""
Optional **args
file_name[str]: custom file name for generating.
background[str]: background image file path for captcha.
---------------------------------------------------------
Return type -----> dict
"""
#Generate captcha
generated_captcha = captcha.generate()
#Print the output
print(generated_captcha)
EmojiCaptcha is Fast, Easy python3 library to generate Emoji captcha.
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EmojiCaptcha-0.1.2.tar.gz
(8.7 MB
view details)
File details
Details for the file EmojiCaptcha-0.1.2.tar.gz.
File metadata
- Download URL: EmojiCaptcha-0.1.2.tar.gz
- Upload date:
- Size: 8.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f441b0e56e89d3be08cadcd431f44f3bdbb57bb05e540433cb0d68a786e40fb4
|
|
| MD5 |
2c6dcff0fd4762ecb68b61e8cf74af80
|
|
| BLAKE2b-256 |
34abbea41376306b21b9f4041b41964e545fb6a3b5ffea2771af65ca4c14faa3
|