A simple image captcha generator using Python
Prerequisites
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=['/ChelseaMarketsr.ttf', '/DejaVuSanssr.ttf'])