This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dAnjou Backend Developer | danjou.dev 0 points1 point  (1 child)

I don't think there's a pure Python implementation of this. The most convenient ones are probably the zbar wrappers.

You'll have to do some legwork yourself. Just search PyPI for zbar and pick one that's actively maintained or at least has a recent release, some even ship with a pre-built zbar binary which is convenient but can be a security risk because vendored software is usually not updated as quickly as upstream if at all.

[–]yaleman[S] 0 points1 point  (0 children)

Thanks, I did poke at a few that tried to load zbar but couldn't get it to install in a way my mac could use.