[PyBridge] Create barcodes
Based on: https://python-barcode.readthedocs.io/en/stable/getting-started.html Usage: Wait For (CreateBarcode("code128", "abcdef")) Complete (Result As B4XBitmap) ImageView1.SetBitmap(Result) 'dependencies: pip install python-barcode "python-barcode[images]" 'Types: ['codabar', 'code128'...