mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #781] [CLOSED] Add QR Code Generator plugin #ieeesoc #1168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/781
Author: @Mithu2706
Created: 6/26/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
e78dfceAdd QR Code Generator plugin📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
➕
qr_code_generator/main.py(+14 -0)➕
qr_code_generator/plugin.json(+0 -0)📄 Description
✅ Plugin Submission Form
Plugin Author: Mithu2706
Plugin Name: QR Code Generator
Repository URL: https://github.com/Mithu2706/dify-plugins
Submission Type
New plugin submission
Description
This plugin generates a scannable QR code image from any text or URL input provided by the user. It's designed for fast link sharing, contactless info exchange, and embedding into documents or web apps.
The plugin returns a publicly accessible URL that links to the generated QR image.
Checklist
✅ I have read and followed the Publish to Dify Marketplace guidelines
✅ I have read and comply with the Plugin Developer Agreement
✅ I confirm my plugin works properly on both Dify Community Edition and Cloud Version
✅ I confirm my plugin has been thoroughly tested for completeness and functionality
✅ My plugin brings new value to Dify
Documentation Checklist
Please confirm that your plugin README includes all necessary information:
✅ Step-by-step setup instructions
✅ Detailed usage instructions
✅ All required APIs and credentials are clearly listed (None required for this plugin)
✅ Connection requirements and configuration details
✅ Link to the repository for the plugin source code
Data Collection
This plugin does not collect any personal user data. It only processes public input text or URLs and returns a generated image.
Privacy Policy
✅ I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines
📄 A simple privacy policy file is included which states:
"This plugin does not collect or store any user data. All input is processed locally and only used to generate a QR code image."
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.