예제 #1
0
# coding = utf-8

from tools import imager

im, str = imager.verification_code()
im.show()
예제 #2
0
파일: test.py 프로젝트: XFGRASS/python
# coding = utf-8

from tools import imager

im, str = imager.verification_code()
im.show()
예제 #3
0
def create_verification_code():
    im, str = imager.verification_code()
    im.show()