A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations
81
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
Install with Tessl CLI
npx tessl i tessl/pypi-asciimaticsdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10