install zbar lib

cv2_1
scito 2 years ago
parent f4934192ae
commit cd07851e30

@ -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

@ -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)
***

Loading…
Cancel
Save