Registry / devops / terminaltexteffects

terminaltexteffects

JSON →
library0.15.0pypypi✓ verified 82d ago

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 terminaltexteffects
INSTALL
IMPORT
SIG · TERMINALTEXTEFFECT
T
terminaltexteffects
devopspythonv0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Terminal
from terminaltexteffects import Terminal
from terminaltexteffects import TerminalTextEffects

Create a TerminalTextEffects instance with text, choose an effect, and run.

from terminaltexteffects import TerminalTextEffects tte = TerminalTextEffects('Hello, TTE!') tte.effect('rain') tte.run()
Debug
Known issues
breakingIn v0.15.0, the API changed from `tte = TerminalTextEffects('text', effect='rain')` to `tte.effect('rain')`.
fix
Use the new method `.effect()` and remove the `effect` parameter from constructor.
affects: <=0.14.x
deprecatedThe `typing` module access via `terminaltexteffects.typing` is deprecated.
fix
Import `Typing` directly from `terminaltexteffects.engine` if needed.
affects: >=0.15.0
gotchaSome effects require terminal with true color support. On minimal terminals, effects may fallback silently.
fix
Set environment variable `FORCE_COLOR=1` or check terminal capabilities.
affects: all
Upgrade
Version history
0.15.0latest on PyPI · released May 10, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
terminaltexteffects — pip install terminaltexteffects · libregistry