Skip to content

sevko/livechart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

livechart

A command-line utility for rendering quick-and-dirty graphs of STDIN input.

Some sample graphs generated with livechart.

installation

Tested against Python 2.7.

sudo pip install livechart

usage

Pipe lines containing either JSON-serialized objects or numbers into livechart; the data must be consistent for the duration of usage. Input like {"a": 1, "b": 3, "c": 5} will result in three graphs, while 1.00 will plot just one.

some_script | livechart

Run livechart --help for all configuration options.

About

A CLI utility for charting data from stdin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages