index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk6
/
lect
/
qr.py
blob: 1b225fb0a209b9250434c203757fd5b5ba3a5be6 (
plain
)
1
2
3
4
import qrcode img = qrcode.make("https://youtu.be/xvFZjo5PgG0") img.save("qr.png", "PNG")