An open API service indexing awesome lists of open source software.

https://github.com/peterrauscher/qr-albert-plugin

Generate and display QR codes right in Albert.
https://github.com/peterrauscher/qr-albert-plugin

Last synced: 3 months ago
JSON representation

Generate and display QR codes right in Albert.

Awesome Lists containing this project

README

        

# Albert QR Code Plugin

## Description

The QR Albert plugin lets you create a QR code directly from the Albert prompt.

## Usage

You can generate a QR code by typing `qr ` in the albert prompt. The space after `qr` is not counted, but all other whitespace is.

## Requirements

You can install the required python dependencies with `pip`:

`pip install qrcode[pil]`

Additionally, you'll need the `display` command, which is provided by the [ImageMagick](https://imagemagick.org) package. Most distros will ship with this, but distro-specific installations can be found [here.](https://imagemagick.org/script/download.php#unix)