EmojiCaptcha

Installation


Install captcha 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

GitHub

View Github