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.
- Host: GitHub
- URL: https://github.com/peterrauscher/qr-albert-plugin
- Owner: peterrauscher
- Created: 2020-12-20T08:50:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T09:08:19.000Z (over 4 years ago)
- Last Synced: 2025-01-11T17:38:57.898Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)