termynal0.12.2
termynal0.12.2
Published
A lightweight and modern animated terminal window
pip install termynal
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
Termynal
A lightweight and modern animated terminal window. Built for mkdocs.
Installation
Usage
Use <!-- termynal -->
before code block
<!-- termynal -->
```
$ python script.py
```
Mkdocs integration
Declare the plugin:
...
plugins:
- termynal
...
Optionally, pass options to the processor:
[...]
plugins:
- termynal:
prompt_literal_start:
- "$"
- ">"
[...]
This config allows you to use another prompt:
<!-- termynal -->
```
> pip install termynal
---> 100%
Installed
```
Credits
Thanks ines