[PR #781] [CLOSED] Add QR Code Generator plugin #ieeesoc #1168

Closed
opened 2026-02-22 17:50:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/781
Author: @Mithu2706
Created: 6/26/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • e78dfce Add 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

  1. Metadata
    Plugin Author: Mithu2706

Plugin Name: QR Code Generator

Repository URL: https://github.com/Mithu2706/dify-plugins

  1. Submission Type
    New plugin submission

  2. 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.

  3. 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

  4. 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

  1. Privacy Protection Information
    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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/781 **Author:** [@Mithu2706](https://github.com/Mithu2706) **Created:** 6/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e78dfce`](https://github.com/langgenius/dify-plugins/commit/e78dfcedddb2d0f0182c2d632983dc1d8c7011a5) Add QR Code Generator plugin ### 📊 Changes **2 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `qr_code_generator/main.py` (+14 -0) ➕ `qr_code_generator/plugin.json` (+0 -0) </details> ### 📄 Description ✅ Plugin Submission Form 1. Metadata Plugin Author: Mithu2706 Plugin Name: QR Code Generator Repository URL: https://github.com/Mithu2706/dify-plugins 2. Submission Type New plugin submission 3. 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. 4. 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 5. 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 6. Privacy Protection Information 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." --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:50:01 -05:00
yindo closed this issue 2026-02-22 17:50:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1168