TaskTerm is a python class to simulate terminal-like interface. One can subclass TaskTerm to create a personalized interface.
To test SimpleTerm, you can run it without any argument by
$ python taskterm.py
In such a case, a TaskTerm class is created and its "run" method is called. If everything correct, you will see something like
TaskTerm v0.0 2016.01.01
copyright (c)
-------------------------------------------
[TaskTerm] >>
Type "help" and enter, it shows the help page.
More examples to use TaskTerm can be found under "/examples" folder.