Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 471 Bytes

File metadata and controls

14 lines (10 loc) · 471 Bytes

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