Skip to content

ReK42/qread

Repository files navigation

qread

PyPi Version PyPI Status Python Versions License Last Commit Build Status

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

About

Read a QR code from an image file.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages