TerminalTextEffects (TTE) is a terminal visual effects engine for creating dynamic text animations in the terminal. Current version 0.15.0, released January 2024. Regular releases with breaking changes between major versions.
pip install terminaltexteffectsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a TerminalTextEffects instance with text, choose an effect, and run.
Use the new method `.effect()` and remove the `effect` parameter from constructor.
Import `Typing` directly from `terminaltexteffects.engine` if needed.
Set environment variable `FORCE_COLOR=1` or check terminal capabilities.
No dependency data recorded yet.