That was CS50!
parent
be314fd496
commit
81e7adc791
@ -0,0 +1,7 @@
|
|||||||
|
import os
|
||||||
|
import qrcode
|
||||||
|
|
||||||
|
img = qrcode.make("https://youtu.be/xvFZjo5PgG0")
|
||||||
|
img.save("qr.png", "PNG")
|
||||||
|
|
||||||
|
os.system("xdg-open qr.png")
|
||||||
Loading…
Reference in New Issue