A program that shows you CPU and RAM usage with dearpygui. I use dearpygui instead of imgui because I couldn't install imgui correctly and I had some troubles with it.
In SysWatcher you also see the usage plot, lower you can see text information.
python -m nuitka --mode=onefile main.py
Python 3.14.7 (You can use another one version, if it works)
nuitka 4.2.1
colorama 0.4.6
dearpygui 2.3.1
psutil 7.2.2
