How to make and Image Captcha in python in under 10 lines

preview_player
Показать описание
Subscribe and press the like button.
If you want me to make another say in the comments
Here is the code:
from random import *
image = ImageCaptcha(width = 700, height = 200)
cap = []
for i in range(10):
n = randint(0,9)
Рекомендации по теме
visit shbcf.ru