Skip to content

Latest commit

 

History

History

Captcha_Genrator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Captcha Genrator

A simple image captcha genrator

Prerequisites

  1. Install the dependencies by executing the following command pip install -r requirements.txt

  2. Update the path of font in code (if required) image = ImageCaptcha(fonts=['<path>/ChelseaMarketsr.ttf', '<path>/DejaVuSanssr.ttf'])

Screenshot

image

Mayur Singal