标签:测试 .sh install print graphic 地址 span base64 generate
//测试环境 Python 2.7
安装
pip install graphic-verification-code
使用
import gvcode img,code=gvcode.generate() img.show()
print code
print gvcode.base64()
img 是图片的地址。
code是验证码
标签:测试 .sh install print graphic 地址 span base64 generate
原文地址:http://www.cnblogs.com/lwsup/p/7722026.html