标签: python
我正在用pyqrcode生成QR码,我想在窗口中显示它们。我试过了:
from PIL import Image img = Image.open("qrcode.svg") img.show()
但它不起作用。