Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page