qread 1.0.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

qread 1.0.0

qread






Read a QR code from an image file.
Installation
Install Python, then install pipx and use it to install qread:
pipx install qread

Usage
qread <qr code image file>

For all options, run qread --help
Development Environment
Installation
git clone https://github.com/ReK42/qread.git
cd qread
python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip pre-commit
pre-commit install
pip install -e .[test]

Manual Testing
To check:
mypy src
ruff check src
ruff format --diff src

To auto-fix/format:
ruff check --fix src
ruff format src

Manual Building
pip install -e .[build]
python -m build

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.