Search code examples
pythonqr-code

Datamatrix code generation with python


I need to "encode" a string into a Datamatrix code image, and am struggling the whole day to find a way (library) to do it.

Does anyone know a good python library for Datamatrix code generation? Or a way to do it?"

Thanks!


Solution

  • Elaphe library for barcode generation has datamatrix support.

    Also, there is pylibdmtx