2026-03-24 07:54:12 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:17:48 +01:00
2026-03-24 07:54:12 +01:00
2026-03-24 07:17:48 +01:00

Readme


PC Monitor Dashboard

Dashboard web pour monitorer votre PC en temps réel.

Prérequis

  • Python 3.8+
  • Un logiciel de monitoring : LibreHardwareMonitor ou HWiNFO + RemoteHWInfo

Installation

pip install -r requirements.txt
python app.py

Accès :

Plugins supportés

LibreHardwareMonitor (port 8085)

  1. Télécharger LibreHardwareMonitor
  2. Options → Activer "Remote Web Server"
  3. Port par défaut : 8085

HWiNFO + RemoteHWInfo (port 60000)

  1. Télécharger HWiNFO et activer "Shared Memory Support"
  2. Télécharger RemoteHWInfo
  3. Lancer remotehwinfo.exe
  4. Port par défaut : 60000

Configuration

Modifier config.json pour changer de plugin ou les ports :

{
  "active_plugin": "hwinfo",
  "plugins": {
    "librehardwaremonitor": { "host": "127.0.0.1", "port": 8085 },
    "hwinfo": { "host": "127.0.0.1", "port": 60000 }
  }
}
Description
Dashboard web pour monitorer votre PC en temps réel.
Readme 13 MiB
Languages
JavaScript 43.2%
Python 24.1%
CSS 23%
HTML 9.7%