79384410

Date: 2025-01-24 12:58:30
Score: 0.5
Natty:
Report link

The draw method of reportlab.graphics.barcode.code39.Extended39 doesn't take anything as input: see the source code.

Furthermore, it seems like the reportlab library only allows you to draw on PDF. See this code snippet for an example.

I'd advise to use the python-barcode library which allows you to work on code39 barcodes and to draw them on images.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: quickfakename