Add clipboardqr.py.

master
voussoir 2020-12-23 20:09:46 -08:00
parent efd64fc16d
commit cda0546125
1 changed files with 4 additions and 0 deletions

4
clipboardqr.py Normal file
View File

@ -0,0 +1,4 @@
import pyperclip
import qrcode
qrcode.make(pyperclip.paste()).show()