Skip to content

nirs/nohands

Repository files navigation

Look ma no hands!

Available on PyPI Downloads per month MIT license

A little library and command line tool for effortless demos.

Example - fully scripted demo

When you have a short demo that can be fully scripted and requires no interaction, you can scrip the entire demo in one python module.

asciicast

See example.py for details.

Example - interactive demo

When you need an interactive demo - run one command, discuss the command and the output, then run the next command, you can create a demo yaml and interact with the demo with the nh tool.

asciicast

Example - navigating an interactive demo

You can navigate in an interactive demo using the --reset, --skip, and --previous options.

asciicast

License

This work is licensed under MIT license. See LICENSES/MIT.txt for more info.