- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/oostendo/python-zxing
- 软件文档: https://github.com/oostendo/python-zxing
软件介绍
python-zxing 是 zxing 的 Python 语言封装版本。
示例代码:
reader = zxing.BarCodeReader("/var/opt/zxing")
barcode = reader.decode("/tmp/image.jpg")
(barcode1, barcode2) = reader.decode(["/tmp/1.png", "/tmp/2.png"])
code_list = reader.decode("/tmp/barcodes", True)
Learning Web Design
Jennifer Niederst Robbins / O'Reilly Media / 2007-6-15 / USD 44.99
Since the last edition of this book appeared three years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means......一起来看看 《Learning Web Design》 这本书的介绍吧!
