👀 Do you know how much time you actually spend in front of your device? 📊 Visualizing My Screen Time in Real-Time (Python Demo – Part 2) In my last post, I shared how I built a Python demo that uses face detection to track how long I spend in front of my computer 👀💻 Now, I wanted to see that data come to life. So I started saving the recorded time into a CSV file, and built a small real-time visualization to monitor it. Here’s what this new version does 👇 🧾 Stores the sitting time data automatically in a CSV file. 🐍 Uses matplotlib to plot a live chart of total time spent. 👀 Integrates watchdog to detect any changes in the CSV — and updates the chart in real time whenever new data is added. It’s a small but satisfying step toward a smarter tool to help visualize and understand our daily screen habits. Next up: I’m thinking about adding notifications or daily summaries. Would you find that helpful? #Python #Matplotlib #Watchdog #DataVisualization #HealthTech #AI #Productivity

To view or add a comment, sign in

Explore content categories