Generatore di QrCode…

Il codice Python qui proposto sfrutta le librerie grafiche QtPy5, per generare un QrCode. Vediamo, dapprima, la struttura del programma in Qt Designer: Sia al bottone (pB_genera) che alla QLineEdit (lE_testo) è stato associato il metodo pB_valutaClick() della classe Ui(QWidget). La classe Ui(QWidget) è così costruita: Il codice provvede a costruire l’oggetto window, istanza della…

Continua a leggere →

How to generate and read QR Code in Python

QR code is a type of matrix barcode that is machine readable optical label which contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application, etc. Problem Statement : Generate and read QR codes in…

Continua a leggere →