tessl install tessl/pypi-asciimatics@1.15.0A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.33x
Baseline
Agent success rate without this tile
61%
Create a Python program that displays a kaleidoscope effect in the terminal. A kaleidoscope creates rotational symmetry by mirroring a base pattern multiple times around a central point.
Your program should:
The program should be runnable from the command line as python kaleidoscope_demo.py.
Create a file kaleidoscope_demo.py that implements the kaleidoscope display.
python kaleidoscope_demo.py, the program displays an animated kaleidoscope pattern in the terminal @testProvides terminal graphics and animation support for creating kaleidoscope effects with rotational symmetry.
@satisfied-by