livedemo is a command line application for scripting and automating command line demos.
Currently, the best way is to install livedemo is to clone the repository and install it with poetry:
git clone https://github.com/giladreti/livedemo.git
cd livedemo
poetry install
To use livedemo, create a script file and run livedemo <script_path>.
For additional usage options, see livedemo -h