summaryrefslogtreecommitdiff
path: root/wk6/lect
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/lect')
-rw-r--r--wk6/lect/qr.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/wk6/lect/qr.py b/wk6/lect/qr.py
new file mode 100644
index 0000000..1b225fb
--- /dev/null
+++ b/wk6/lect/qr.py
@@ -0,0 +1,4 @@
+import qrcode
+
+img = qrcode.make("https://youtu.be/xvFZjo5PgG0")
+img.save("qr.png", "PNG")