Does anyone know how to remove text below a bar-code? Bar-code is generated using barcode.py library. I was trying to check in https://bitbucket.org/whitie/python-b
barcode.py
This is the solution
import barcode from barcode.writer import ImageWriter ITF = barcode.get_barcode_class('itf') itf = ITF('30573190692203003169482900832115201911297', writer=ImageWriter()) fullname = itf.save('itf_barcode', options={"write_text": False})