QR code plugin for RetroBBS, by Durandal/Retrocomputacion
This plugin will render a QR code in semigraphic characters.
Maximum string length depends on the client's screen dimensions
- QRCode
use
pip install qrcode
to install.
Just copy qr.py to the plugins directory in your RetroBBS installation.
If your BBS is running, you must restart it for the plugin to get loaded.
Use the following keys in your RetroBBS configuration file.
| key | description |
|---|---|
entryZtitle1 |
The text to be shown in the menu screen |
entryZfunc |
Set the function to QRCODE to use this plugin |
entryZtext |
The text to encode |
Footnotes
-
Replace Z in the configuration file parameters with the adequate entry ID number. ↩