A Flask + Tailwind CSS web dashboard for checking laptop performance in real time. It monitors CPU, RAM, disk, battery, network usage, top processes, and gives an overall laptop health/risk score.
NEW: Thonny now runs in single instance mode. Previously, when you opened a py file with Thonny, a new Thonny instance (window) was created even if an instance existed already. This became nuisance if ...