def returnQRCodeText(self, validURL): objectQRCode = pyqrcode.create(validURL) return objectQRCode.text()