israelcoper

Results 1 issues of israelcoper

Here's my code: ``` def barcode_to_html(order_id, box_num): from barcode import Code128 from barcode.writer import ImageWriter from io import BytesIO import base64 file_like_object = BytesIO() writer = ImageWriter() writer.set_options({ 'module_height': 10.0...