Software Details:
Version: 0.4.0
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 40
Google Chart is a free public API that lets developers send statistical data to the Google servers which aggregate and present it as a beautiful chart/graph.
pygooglechart is a Python library that allows developers to create these kind of charts using a few lines of code and use the API responses in their Python apps and websites.
The library is basically an abstraction layer between the Python language itself and the Google servers, translating the developer's Python commands to HTTP requests, parsing the server's response and sending it back as a Python dict array for easy manipulation inside the original Python code.
What is new in this release:
- Python 3 compatibility
- Fixed chco separator
- Download to memory
- Documentation work
Comments not found