Skip to main content

This package will help you to plot a chart betweem any two columns from google sheet

Project description

This package allows all user to plot a graph between any two columns of your google sheet.

Installation using pip:

    pip install PlotMyGoogleSheet28

Methods Available:

+ .get_cols() : This method will return a list of all column lables present in the selected google sheet.

+ .plot(x, y) : This method will generate a graph between column1(x_axis) and column2(y_axis) and will save it as an image file on the local disk.

Code Example

    from PlotMyGoogleSheet28 import *

    object = MyFirstPlot(url)

    # Method 1
    columns = object.get_cols()

    # Method 2
    object.plot(x_axis_column_name, y_axis_column_name)

Change Log

0.0.1 (15/01/2021)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PlotMyGoogleSheet28-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page