Solve Problems by Coding Solutions - A Complete solution for python programming
from captcha.image import ImageCaptcha
image = ImageCaptcha(width = 280, height = 90)
captcha_text = 'python'
data = image.generate(captcha_text)
image.write(captcha_text,'CAPTCHA.png')
No comments:
Post a Comment