Metadata-Version: 2.1
Name: sunidhi
Version: 0.0.5
Summary: Make graph from google sheets
Home-page: UNKNOWN
Author: Sunidhi Batra
Author-email: sunidhibatra08@gmail.com
License: MIT
Description: # Description
        **gsheet-chart** is a library which helps to make a scatter plot between the two chosen columns from your google sheet. 
        
        ### Installation
        This package runs under Python 3 and above,
        You can use [pip](https://pip.pypa.io/en/stable/) to install:
        ```pip install gsheet-chart```
        This will also install [pandas](https://pypi.org/project/pandas/), [gspread](https://pypi.org/project/gspread/), [oauth2client](https://pypi.org/project/oauth2client/), [matplotlib](https://pypi.org/project/matplotlib/) as required dependenices for the library.
        
        ### QuickStart
        After installing the library open the terminal type
        ```chart```
        This will run the installed library
        
        **Step 1:** For any google sheet on your google drive for which you want to create a graph, share that sheet to the **sunidhi@visualization-1602254198024.iam.gserviceaccount.com** and disable notify people.
        
        **Step 2:** Enter the name of the file without any extensions.
        
        **Step 3:** Enter the column names for which you want the graphs to be plotted between. The **chart.jpg** will be downloaded to your local device as per the given inputs.
        
        ### License
        This repository is licensed under the MIT License. See [LICENSE](https://opensource.org/licenses/MIT) for details.
Keywords: chart
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
