5 lines
70 B
Python
5 lines
70 B
Python
|
import pyperclip
|
||
|
import qrcode
|
||
|
|
||
|
qrcode.make(pyperclip.paste()).show()
|