HomeBrowseUpload
← Back to registry
// Skill profile

local-qrcode

name: local-qrcode

by alone86136 · published 2026-04-01

图像生成API集成
Total installs
0
Stars
★ 0
Last updated
2026-04
// Install command
$ claw add gh:alone86136/alone86136-local-qrcode
View on GitHub
// Full documentation

---

name: local-qrcode

description: Generate QR codes locally from text/URL to PNG image or ASCII art. Pure local generation using qrcode library. No API key required. Use when users need to create QR codes for links, text, or any content.

---

# local-qrcode

Overview

A simple skill for generating QR codes locally. Convert any text or URL to a QR code image (PNG) or display as ASCII art in terminal. Everything runs locally, no external API calls needed.

Features

  • **Generate PNG QR code**: Save QR code as PNG image file
  • **ASCII QR output**: Display QR code directly in terminal as ASCII art
  • **Customizable**: Adjust box size and border size for output
  • Dependencies

    Requires `qrcode` and `Pillow` Python packages:

    pip install qrcode pillow

    Usage

    Generate PNG QR code

    python3 scripts/generate_png.py "https://example.com" output.png

    Generate ASCII QR code

    python3 scripts/generate_ascii.py "Hello World"

    Custom size

    python3 scripts/generate_png.py --box-size 10 --border 4 "content" output.png

    Resources

    scripts/

  • `generate_png.py` - Generate QR code as PNG image file
  • `generate_ascii.py` - Generate QR code as ASCII art for terminal output
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band