pythonでURLのQRコード画像を作る方法pip install qrcodeimport qrcodeimg = qrcode.make('対象URL')img.save('ファイル名.png')