ItsfoundBarcode (itsfound_barcode v0.1.4) View Source

this is the public api for the barcode scanning functions

it should be called like this:

ItsfoundBarcode.scan()

Link to this section Summary

Link to this section Functions

Link to this function

encode_barcode(string_to_encode)

View Source
Link to this function

encode_barcode_to_base64(string_to_encode)

View Source
Link to this function

encode_barcode_to_png(string_to_encode, folder)

View Source
Link to this function

encode_qrcode(string_to_encode)

View Source
Link to this function

encode_qrcode_to_base64(string_to_encode)

View Source
Link to this function

encode_qrcode_to_png(string_to_encode, folder)

View Source