Edit on GitHub

sysmon_pytk

System Monitor for Python/Tk.

System monitor written in Python using Tk. It monitors CPU usage and temperature, RAM usage, and disk usage of the primary disk (containing the root partition). It also displays the system's hostname, IP address, uptime, and current process count.

Main
Window

 1# SPDX-FileCopyrightText: © 2024 Stacey Adams <stacey.belle.rose@gmail.com>
 2# SPDX-License-Identifier: MIT
 3
 4"""
 5System Monitor for Python/Tk.
 6
 7System monitor written in Python using Tk. It monitors CPU usage and
 8temperature, RAM usage, and disk usage of the primary disk (containing the
 9root partition). It also displays the system's hostname, IP address, uptime,
10and current process count.
11
12![Main
13Window](https://github.com/staceybellerose/sysmon-pytk/blob/main/images/main_window.png?raw=true)
14"""