🖼️
Captcha Genrator
A simple image captcha genrator
A simple image captcha genrator
A simple image captcha genrator
Captcha_Genrator.py. A Tkinter window opens displaying a randomly generated 6-digit image CAPTCHA (e.g. an image of 482931), a text area, a Submit button, and a Refresh button.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'])
