ItsfoundBarcode (itsfound_barcode v0.1.5)

View Source

this is the public api for the barcode scanning functions

it should be called like this:

ItsfoundBarcode.scan()

Summary

Functions

encode_barcode(string_to_encode)

encode_barcode_to_base64(string_to_encode)

encode_barcode_to_png(string_to_encode, folder)

encode_qrcode(string_to_encode)

encode_qrcode_to_base64(string_to_encode)

encode_qrcode_to_png(string_to_encode, folder)