Python Google Chart

Python Google Chart (pygooglechart) is a complete Python wrapper for the Google Chart API.
Download

Python Google Chart Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Gerald Kaszuba
  • Publisher web site:
  • http://pygooglechart.slowchop.com/

Python Google Chart Tags


Python Google Chart Description

Python Google Chart (pygooglechart) is a complete Python wrapper for the Google Chart API. Python Google Chart (pygooglechart) is a complete Python wrapper for the Google Chart API.Example:from pygooglechart import SimpleLineChart, Axischart = SimpleLineChart(200, 125)data = chart.add_data(data)chart.set_axis_range(Axis.LEFT, 0, 10)chart.download('hello.png')print chart.get_url()Installation:pygooglechart works with Linux, Windows and Mac OS X. There are two ways of installing it:If you have setuptools installed, simply run the following: easy_install pygooglechartOr download the package shown below, extract it, hop into the directory and run:python setup.py installWhat's New in This Release:· Support for QR code chart types and several missing chart features were added.· Several bugs were fixed, including charts being downloaded twice, pie charts not being generated correctly, and "None" values causing errors.


Python Google Chart Related Software