bryoh / data_funicular

A lot of times at work I use a lot of excel sheets and generate graphs for test reports. I am limited to use Python's standard library only! (i.e I cannot install new packages, programs, etc). This is a solution to alleviate this pain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_funicular

This tool is for data visualisation. A lot of times I work with excel sheets and python's standard library (i.e I cannot install new packages, programs, etc). This is a solution to alleviate this pain

The idea here is to give the script some csv files and it should create a html page with dygraph elements inside

alt text alt text

About

A lot of times at work I use a lot of excel sheets and generate graphs for test reports. I am limited to use Python's standard library only! (i.e I cannot install new packages, programs, etc). This is a solution to alleviate this pain


Languages

Language:Python 83.2%Language:CSS 16.8%