QR code generation nodes for Flowire workflow automation
Project description
fw-nodes-qrcode
QR code generation nodes for Flowire workflow automation.
Installation
pip install fw-nodes-qrcode
Enable the package in your backend .env:
INSTALLED_NODE_PACKAGES=fw-nodes-core,fw-nodes-qrcode
Nodes
Generate QR Code
Generate a QR code PNG image from text or a URL.
Inputs:
| Field | Type | Default | Description |
|---|---|---|---|
text |
string | required | Text or URL to encode |
size |
int | 10 | Box size in pixels per module |
border |
int | 4 | Border size in modules |
fill_color |
string | "black" | Module color (name or hex) |
back_color |
string | "white" | Background color (name or hex) |
error_correction |
string | "M" | Error correction: L/M/Q/H |
Outputs:
| Field | Type | Description |
|---|---|---|
image |
storage ref | Storage reference to generated PNG |
size_bytes |
int | Image file size in bytes |
version |
int | QR code version (1-40) |
Development
just install # Install dependencies
just test # Run tests
just lint # Run linter
just format # Format code
Dependencies
- python-qrcode - QR code generation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fw_nodes_qrcode-0.0.1a1.tar.gz.
File metadata
- Download URL: fw_nodes_qrcode-0.0.1a1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96e4d4a8b4ccea72b276c953547cc0654aae2a3df8eb15900285f07f42c31e55
|
|
| MD5 |
8018507a5a4c347ae5490218525433ea
|
|
| BLAKE2b-256 |
b3771ecfacb56c31cf218f9d06eaf141dea3fc291115dd24811f953e5a79e3e2
|
File details
Details for the file fw_nodes_qrcode-0.0.1a1-py3-none-any.whl.
File metadata
- Download URL: fw_nodes_qrcode-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bca350273602d389657d3c75db6d076b364b1136cf559d2c9f4b4fdabbda8b56
|
|
| MD5 |
c6ef580875ef7c0f161fab94e2753205
|
|
| BLAKE2b-256 |
4cb181cc214ad77804f1b2e9437e79edef103839430b5e4cef02fa2682d0a503
|