Chartography.net

    
from GChartWrapper import *
# Create a simple Google-O-Meter with a label
G = Meter(70)
G.label('Hello')
G.size(225,125)