언어/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')
저작자표시 비영리 변경금지 (새창열림)