Activity

Kevin Onu

I worked on building a small PC monitor in Python that tracks CPU, memory, and disk usage every 10 seconds. I wrote agent.py to collect the data and store it in a SQLite database, and report.py to pull the latest records and generate an HTML report. I also figured out how to make it easy to run on both Windows and Raspberry Pi, using a virtual environment to handle dependencies like psutil. The goal was to make a simple, local tool where I can see my PC’s stats without relying on the internet.

Attachment
0
Kevin Onu

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0