A simple image captcha genrator
Install the dependencies by executing the following command
pip install -r requirements.txt
Update the path of font in code (if required)
image = ImageCaptcha(fonts=['<path>/ChelseaMarketsr.ttf', '<path>/DejaVuSanssr.ttf'])