언어/python
capche
파아랑새
2017. 12. 13. 11:24
from io import BytesIO
from captcha.image import ImageCaptcha
image = ImageCaptcha(fonts=['C:\\Users\\sleep\\Desktop\\t\\consola.ttf'])
image.write("1234", 'test.png')