libcimbar icon indicating copy to clipboard operation
libcimbar copied to clipboard

Feature Request: Python Bindings for libcimbar

Open TheRainstorm opened this issue 10 months ago • 1 comments

Hi

I'm a working on a project that involves generating and decoding barcodes. I came across libcimbar and was impressed by its performance and features. However, I noticed that there are no official Python bindings available, which makes it difficult for me to integrate it into my project.

I believe that creating Python bindings for libcimbar would significantly broaden its usage. Thank you for your time and consideration.

Best regards,

TheRainstorm avatar Feb 16 '25 14:02 TheRainstorm

I've been thinking about this. It could be a good thing to do, but I want to figure out the C API for decoding first (there is one for encoding already). That'll mean it happens after the decoder work here (https://github.com/sz3/libcimbar/issues/71#issuecomment-2337147651)

sz3 avatar Mar 21 '25 05:03 sz3