Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Prerequisite

  • Install Python Captcha Library

    pip intsall captcha

  • Download the fonts

    ChelseaMarketsr.ttf and DejaVuSanssr.ttf

  • Update the path of font in code (if required)

    image = ImageCaptcha(fonts=['<path>/ChelseaMarketsr.ttf', '<path>/DejaVuSanssr.ttf'])