• This repository has been archived on 05/Apr/2022
  • Stars
    star
    195
  • Rank 192,922 (Top 4 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created almost 15 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

No Maintenance Intended

Project Abandoned

Many apologies. I've stopped maintaining this project due to personal time constraints.

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

More Repositories

1

pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
Python
1,779
star
2

gravit

A gravity simulator
C
65
star
3

elo-rating-simulator

A small Python program to simulate a competition using the ELO rating system.
Python
35
star
4

docker-bitcoin-regtest

A way to experiment with Bitcoin.
Makefile
35
star
5

timelapse-tools

A simple command line tool to create time lapse videos from individual images or other videos
23
star
6

automain

A simple Python module that automatically executes functions on load
Python
10
star
7

pyquake3

A Quake 3 rcon class written in Python to programatically send commands to Quake 3 servers
Python
6
star
8

heatmap

A Python heatmap module to generate heatmaps from location data
Python
6
star
9

nbody-mapreduce

Experimental N-body implementation using Hadoop MapReduce
Python
5
star
10

fmi

A small Python library to fetch location information from the "Find My iPhone" service on MobileMe.
Python
5
star
11

teslatte

A command line tool and Rust crate for querying the Tesla API
HTML
4
star
12

google-ai-challenge-ants

My entry to the Ants Google AI Challenge for gakman
Python
3
star
13

rust-nano-rpc-client

Rust
3
star
14

fmi-tracking

Python
3
star
15

hashmoji

hashmoji is a crate that generates unique emojis based on the hash of a value.
Rust
3
star
16

spark-submit-app-id-wrapper

A wrapper around spark-submit to intercept and extract the appliation id from stderr.
Python
3
star
17

capture

Python
3
star
18

iterm

Objective-C
3
star
19

munin

2
star
20

qubinode

Qubinode - Quick Bitcoin Node Deploy. Easily deploy a Bitcoin node on a Linux host.
Python
2
star
21

GAKCoreData

Helper functions for CoreData to make life easier.
Objective-C
2
star
22

phpquake3

A Quake 3 rcon class written in PHP to programatically send commands to Quake 3 servers
PHP
2
star
23

zoomatrix

JavaScript
2
star
24

pysty

A command line based RESTful client.
Python
2
star
25

giant-multiplayer-robot-helper

A simple command line interface for http://multiplayerrobot.com/
Python
2
star
26

image-average

Python
2
star
27

clivm

A Command Line Volume Meter
1
star
28

cryptobill

Retrieves quotes and create transactions for multiple crypto bill services and cryptocurrencies.
Go
1
star
29

microphone-levels

Experimental volume monitoring code using PyAudio, PortAudio
Python
1
star
30

homeloan

Python
1
star
31

isping

Python
1
star
32

shell-prompt-editor

JavaScript
1
star
33

skynet

Python
1
star
34

fusestone

A FUSE filesystem for the Keystone API
Python
1
star
35

ubistone

A visulisation of the Keystone API using Ubigraph
Python
1
star
36

keystone-python

Python interface for Keystone API
Python
1
star
37

spinal

Rust
1
star
38

autoimp

Python
1
star
39

GAKUIColorWithHex

An Objective-C category to specify a color with hex color codes.
1
star
40

VintageousEx

Vi command mode for Sublime Text 3 (complements Vintageous)
Python
1
star
41

acssr

The code for the old Australian Counter Strike:Source Ranks website, for archaeology reasons.
PHP
1
star
42

ShareKit

Drop in sharing features for all iPhone and iPad apps
Objective-C
1
star