From cd07851e303cf50db57d1c1feb5358337af2024f Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 24 Dec 2022 02:29:43 +0100 Subject: [PATCH] install zbar lib --- .github/workflows/ci.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22978f4..2a81a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,10 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + - name: Install zbar lib for QReader + if: runner.os != 'Windows' + run: | + sudo apt-get install -y libzbar0 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/README.md b/README.md index 86d3670..4a51edd 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,8 @@ pip install -U -r requirements.txt * [ZBar](https://github.com/mchehab/zbar) is an open source software suite for reading bar codes from various sources, including webcams. * [Aegis Authenticator](https://github.com/beemdevelopment/Aegis) is a free, secure and open source 2FA app for Android. * [Android OTP Extractor](https://github.com/puddly/android-otp-extractor) can extract your tokens from popular Android OTP apps and export them in a standard format or just display them as QR codes for easy importing. [Requires a _rooted_ Android phone.] +* [Python QReader](https://github.com/Eric-Canas/QReader) +* [pyzbar](https://github.com/NaturalHistoryMuseum/pyzbar) ***