Giter Site home page Giter Site logo

muskanmahajan37 / pygooglechart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashishpatel26/pygooglechart

0.0 0.0 0.0 113 KB

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

License: GNU General Public License v3.0

Python 99.58% Shell 0.42%

pygooglechart's Introduction

No Maintenance Intended

Project Abandoned

Many apologies. I've stopped maintaining this project due to personal time constraints. Blog post <https://geraldkaszuba.com/retiring-projects/>_ with more information.

I'm happy to forward users to any new forks, or to discuss PyPI ownership.

Python Google Chart

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

pygooglechart works with Linux, Windows and Mac OS X.

Example

from pygooglechart import PieChart3D

# Create a chart object of 250x100 pixels
chart = PieChart3D(250, 100)

# Add some data
chart.add_data([20, 10])

# Assign the labels to the pie data
chart.set_pie_labels(['Hello', 'World'])

# Print the chart URL
print chart.get_url()

# Download the chart
chart.download('pie-hello-world.png')

There are more examples in the examples directory.

Installation

There are a few ways of installing it from source:

If you have setuptools installed, simply run the following:

easy_install pygooglechart

Or get the sources and run:

python setup.py install

pygooglechart's People

Contributors

chrismgray avatar ddoskind avatar ecarreras avatar gak avatar grahamu avatar hacst avatar wolph avatar yakky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.