Add clipboardqr.py.
This commit is contained in:
parent
efd64fc16d
commit
cda0546125
1 changed files with 4 additions and 0 deletions
4
clipboardqr.py
Normal file
4
clipboardqr.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import pyperclip
|
||||
import qrcode
|
||||
|
||||
qrcode.make(pyperclip.paste()).show()
|
Loading…
Reference in a new issue