kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.6k stars 427 forks source link

Barcode and QR scanner #248

Open kiok46 opened 7 years ago

kiok46 commented 7 years ago

Add support for Barcode scanner and QR code scanner.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39871127-barcode-and-qr-scanner?utm_campaign=plugin&utm_content=tracker%2F77151&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F77151&utm_medium=issues&utm_source=github).
akshayaurora commented 7 years ago

+1

dfrison01 commented 5 years ago

Tiny bounty added just for fun :) This topic matters to me. If some pirate has the solution, please leave a message so we can negotiate - sending money via PayPal is very costly since USD isn't the currency in my country. https://www.bountysource.com/issues/39871127-barcode-and-qr-scanner

Chaostheorie commented 4 years ago

@dfrison01 is this still an open issue?

dfrison01 commented 4 years ago

@Chaostheorie apparently yes. Any help is welcome!

bartoszxkozlowski commented 4 years ago

@dfrison01 Well, it's been a while since the last reply, not to mention the date this issue was opened, but I've made a simple implementation of QR code (but not only) scanner in Kivy using pyzbar. I have no idea if this is going to be helpful in any way, but I guess it's still better than nothing.

Kivy-pyzbar

In case you have any questions then please ask, I'll try to answer them :)