码迷,mamicode.com
首页 > 编程语言 > 详细

Python #图片验证码

时间:2017-10-24 11:17:37      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:测试   .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是验证码

Python #图片验证码

标签:测试   .sh   install   print   graphic   地址   span   base64   generate   

原文地址:http://www.cnblogs.com/lwsup/p/7722026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!