/Python-QRCodeBarcode-Generator

PYTHON GUI TO GENERATE & SAVE QRCode OR Barcode OF USER-INPUT TEXT USING pyqrcode & barcode Libraries

Primary LanguagePython

Python-QRCodeBarcode-Generator

PYTHON GUI TO GENERATE & SAVE QRCode OR Barcode OF USER-INPUT TEXT USING pyqrcode & barcode Libraries

The pyqrcode module is a QR code generator that is simple to use and written in pure python. The module can automate most of the building process for creating QR codes. The pyqrcode module attempts to follow the QR code standard as closely as possible. The pyqrcode library can be installed using the command - pip install PyQRCode

To create png image of the QRCodes, pypng module has to be installed. The pypng module can be installed using the command - pip install pypng

The barcode library provides a simple way to create barcodes using only the Python standard lib. The barcodes are created as SVG objects. The barcode library can be installed using the command - pip install python-barcode

Pillow is required to generate barcodes in image formats (such as png or jpg). The pillow library can be installed using the command - pip install pillow

QRCode OUTPUT OF THE GUI:

image

Barcode OUTPUT OF THE GUI:

image