Skip to content

TaskTerm is a python class to simulate terminal-like interface. One can subclass SimpleTerm to create a personalized interface.

License

Notifications You must be signed in to change notification settings

csningli/TaskTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskTerm

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] >>

Built-in Help

Type "help" and enter, it shows the help page.

Examples

More examples to use TaskTerm can be found under "/examples" folder.

About

TaskTerm is a python class to simulate terminal-like interface. One can subclass SimpleTerm to create a personalized interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages