Metadata-Version: 2.1
Name: gplot
Version: 2.0
Summary: A  python library to plot charts from google sheet
Home-page: https://github.com/spctr01/gplot
Author: rakshit kumar
Author-email: rakshitkhpi@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: streamlit
Requires-Dist: plotly
Requires-Dist: pandas

Gplot
Python library with graphical interface to plot intractive chart from the google sheet



 -----
 ## Installation 
  Downlaod gploter by pip:
  ```
  pip install gplot
  ```
 ## Usage
 Run the comamnd in terminal:
 ```
 gplot
 ```
 It opens  a frontend in browser automatically if doesnt open automatically type in browser `http://localhost:8501`

 #### Make the google sheet public

 - paste the google sheet id and sheet name respectively. (by default both are filled for demo)
 - Press column button. It automatically fetchs columns names from sheet to choose x and y axis
 - Choose  the axis and press plot button

 ##### to save ploted chart as image click the camera icon on right top of the chart






