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
If you import "barcode", the solution is:
import barcode barcode.base.Barcode.default_writer_options['write_text'] = False