Python Forum
python GUI with google sheets graphs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python GUI with google sheets graphs
#1
Hi,
I am using google sheets and want to have a gui similar(or identical) to the picture
[Image: 2WKkmjw]
obviously connected to the sheet and preferably on a web page.
The main obstacle I encountered with using google sheets was the graphs - I want to have a dynamic scroll bar that controls X axis values and for the graph to change dynamically with it, all the rest I guess I can handle.
Is python a suitable tool for that? I tried searching a solution over the web but was overflowed and couldn't find something that exactly fits my needs.
Any links to videos/blogs would be great.
Thanks.
Reply
#2
Python is an excellent tool for this type of presentation.
Note that there will be a learning curve involved.
You will need to learn python, then Flask, and probably want to use a web template like bootstrap

here's some links to get you started:
How to Think Like a Computer Scientist
Python Course
Flask Mega-Tutorial
Bootstrap web templates
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Google maps API -> GUI tkinter Nick_tkinter 9 5,645 Apr-07-2021, 01:52 PM
Last Post: Nick_tkinter
  [Tkinter] Fixate graphs on scrollable canvas janema 6 5,353 Apr-12-2019, 03:57 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020