MCPcopy Index your code
hub / github.com/geekcomputers/Python / qrcode.py

File qrcode.py

qrcode.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import qrcode
2import cv2
3
4qr = qrcode.QRCode(version=1, box_size=10, border=5)

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected