Back to Python Mini Projects

Captcha Genrator

projects/Captcha_Genrator/README.md

latest468 B
Original Source

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

Mayur Singal