CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/pypi-qrcode

QR Code image generator with customizable image formats, error correction levels, and styling options

42%

Overall

Evaluation42%

0.86x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-6/

{
  "context": "This criteria evaluates the engineer's proficiency in using the qrcode package's make() function for quick QR code generation. It assesses their understanding of the single-function interface, error correction configuration, and color customization capabilities.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Uses make() function",
      "description": "Uses the qrcode.make() function to generate QR codes with a single function call",
      "max_score": 30
    },
    {
      "name": "Error correction configuration",
      "description": "Correctly configures error correction level using qrcode constants (ERROR_CORRECT_L, ERROR_CORRECT_M, ERROR_CORRECT_Q, or ERROR_CORRECT_H) passed to make()",
      "max_score": 25
    },
    {
      "name": "Color customization",
      "description": "Uses fill_color and back_color parameters with make() to customize QR code colors",
      "max_score": 25
    },
    {
      "name": "Image saving",
      "description": "Correctly saves the image object returned by make() to the output path using the save() method",
      "max_score": 20
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-qrcode@7.4.0
What are skills?

tile.json