Registry / observability / termynal

termynal

JSON →
library0.14.0pypypi✓ verified 81d ago

A lightweight and modern animated terminal window for Python, used to create animated terminal recordings for documentation and demos. Current version is 0.14.0, released monthly.

pip install termynal
INSTALL
IMPORT
SIG · TERMYNAL
T
termynal
observabilitypythonv0.14.0
Install
1.9s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.14.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.9s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

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

Termynal
import termynal
from termynal import Termynal

Create a basic animated terminal session with a few lines.

from termynal import Termynal, Line # Create a simple terminal animation t = Termynal() t.add(Line("$ pip install termynal")) t.add(Line("Collecting termynal...")) t.add(Line("Installing collected packages: termynal")) t.show()
termynal --version
Debug
Known issues
breakingVersion 0.14.0 removed the old synchronous 'run' method and replaced it with 'show' which is blocking. Code using t.run() will raise AttributeError.
fix
Replace t.run() with t.show().
affects: >=0.14.0
gotchaTermynal.show() blocks the main thread until the animation completes. This can freeze UI applications or CLI tools.
fix
Call show() only at end of script or in a separate thread.
affects: >=0.14.0
deprecatedThe 'termynal' module-level function termynal() used for quick generation is deprecated since v0.12, use Termynal class directly.
fix
Use from termynal import Termynal and instantiate the class.
affects: <0.14.0
Upgrade
Version history
0.14.0latest on PyPI · released Mar 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
termynal — pip install termynal · libregistry