ehn-dcc-development / ehn-sign-verify-python-trivial

Extremely minimal python implementation of the eHN-S protocol.
European Union Public License 1.2
76 stars 41 forks source link

QRdecode not exist #12

Open lucaele opened 3 years ago

lucaele commented 3 years ago

Hi all, QRDECODE is not present on OSX Big Sur and cannot install with "brew install qrdecode". Any idea how pass a QRcode image png value to script? Thanks

Dukem57 commented 2 years ago

I'm not an eagle, but moving first steps. You can use zbarimg. Something like: sudo apt-get update sudo apt-get install zbar-tools Then, do: zbarimg "mypic. jpg" > output. txt.

Then: cat output.txt | python3 hc1_verify. py -v -i -p - A (or what you like). That's all. Bye.

dirkx commented 2 years ago

Yes - that is exactly right.