2. Python 1. Python-barcode 2. qrcode python from pyBarcode import pyBarcode bc = pyBarcode.create('ean13', data) bc.save(filename) shell $ pip install pyBarcode