示例#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()