79741142

Date: 2025-08-20 13:52:48
Score: 1
Natty:
Report link

You're already on a solid path—using Python to fetch and visualize PLC data with Tkinter, Excel, and Matplotlib is a great start. To level up the user experience and make your app more interactive and robust, here are some human-friendly insights:


GUI Framework Recommendations


Interactive Visualization Tools


What Real Users Say (from Reddit)

“If you're looking to plot graphs I strongly recommend using Plotly and Dash… it was by far the easiest way to get a GUI with multiple complex graphs.”
“For something simple that will get you 90% of the way there, Streamlit is 100% the way to go.”


Suggested Combinations Based on Your Goals

GoalRecommended ToolsRich, desktop-style appPyQt6/PySide6 + PlotlyRapid, interactive dashboardsStreamlit or DashNative GUI with embedded chartswxPython + MatplotlibTouch-enabled/multi-platform UIKivy + Plotly/Bokeh


Final Takeaway

Let me know what direction you're leaning toward—I’d be glad to share starter templates or help with your next steps!

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: INS3