jobbole / awesome-python-cn

Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
http://jobbole.github.io/awesome-python-cn/
Other
28.71k stars 7.93k forks source link

兼容python2 和python3的二维码识别 #44

Closed perrornet closed 6 years ago

perrornet commented 6 years ago

非常简单的二维码识别库 https://github.com/QYLGitHub/pyzbar

from pyzbar.pyzbar import decode
from PIL import Image
d = decode(Image.open(r'1.jpg'))
print(d)
tangyouhua commented 6 years ago

好的,感谢

tangyouhua commented 6 years ago

加入列表的资源star要大于500,Python大全列表会持续关注,感谢