← Back to list

qr-barcode-reader
by dkyazzentwatwa
My comprehensive, tested + audited, library of skills to use for ChatGPT.
⭐ 6🍴 0📅 Jan 20, 2026
SKILL.md
name: qr-barcode-reader description: Use when asked to scan, decode, read, or extract data from QR codes or barcodes in images.
QR/Barcode Reader
Decode and extract data from QR codes and barcodes in images with support for multiple barcode formats.
Purpose
Barcode scanning for:
- Inventory management and tracking
- Product information lookup
- Document verification
- Event check-in systems
- Automated data entry
Features
- Multiple Formats: QR Code, EAN-13, Code128, Code39, UPC-A, DataMatrix
- Batch Processing: Scan multiple images in one operation
- Data Extraction: Decode to text, URLs, structured data
- Image Preprocessing: Auto-rotation, enhancement for better recognition
- Validation: Verify barcode checksums
- Export: JSON, CSV output with decoded data
Quick Start
from qr_barcode_reader import QRBarcodeReader
# Read QR code
reader = QRBarcodeReader()
result = reader.read_image('qr_code.png')
print(result.data) # Decoded text
# Batch read directory
results = reader.read_directory('images/', formats=['qr', 'ean13'])
CLI Usage
# Read single image
python qr_barcode_reader.py image.png
# Batch read directory
python qr_barcode_reader.py images/*.png --output results.json
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

