def create_qrcodegen(data='QR Code Symbol'): """qrcodegen create""" QrCode.encode_text(data, QrCode.Ecc.MEDIUM)