CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-asciimatics

A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations

81

1.32x
Quality

Pending

Does it follow best practices?

Impact

81%

1.32x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-1/

{
  "context": "This criteria evaluates how well the engineer uses the asciimatics package to create a kaleidoscope effect, specifically focusing on the proper use of the Kaleidoscope renderer class and its integration with the animation system.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Uses Kaleidoscope renderer",
      "description": "Implementation uses the asciimatics Kaleidoscope class from the renderers module to create the kaleidoscope effect",
      "max_score": 30
    },
    {
      "name": "Provides base renderer",
      "description": "Implementation provides a base renderer (such as FigletText, ImageFile, or another renderer) as input to the Kaleidoscope renderer",
      "max_score": 20
    },
    {
      "name": "Uses Screen for display",
      "description": "Implementation uses Screen.wrapper() or Screen.open() to initialize the terminal and display the kaleidoscope",
      "max_score": 15
    },
    {
      "name": "Creates animation",
      "description": "Implementation animates the kaleidoscope by updating the rotation parameter over multiple frames",
      "max_score": 20
    },
    {
      "name": "Uses Scene and Effect",
      "description": "Implementation uses Scene and an Effect class (such as Print or a custom Effect) to integrate the Kaleidoscope renderer into the animation system",
      "max_score": 10
    },
    {
      "name": "Uses Screen.play()",
      "description": "Implementation uses Screen.play() method with scenes to run the animation loop",
      "max_score": 5
    }
  ]
}

tile.json