You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.gitignore | 3 months ago | |
HidSharp.dll | 3 months ago | |
LibreHardwareMonitorLib.dll | 3 months ago | |
README.md | 3 months ago | |
requirements.txt | 3 months ago | |
vdf_client_threaded.py | 3 months ago |
README.md
LcdHardwareMonitor / External LCD
Send funny info into com port. Support lcd with any sizes (tested on 20x2)
Features
Use
1) Install deps from requirements.txt 2) To show all windows pc sensors execute with python vdf_client_threaded.py --lhwm-discover 3) Example run: python vdf_client_threaded.py --com COM6 --com-speed 9600 --lines "/intelcpu/0/load/0% /intelcpu/0/temperature/0C /mem_usage" --lines "/time /date /network" --max-h 2 --max-w 20 --format-overrides "/gpu-nvidia/0/load/0,{:>2}" --format-overrides "/gpu-nvidia/0/temperature/2,{:>2}" --refresh 1
p.s
Maybe need install .NET Framework see https://github.com/LibreHardwareMonitor/LibreHardwareMonitor Tested on Python 3.11 x64 Win10Download LibreHardwareMonitorLib.dll, HidSharp.dll manualy if u not trust
Github is not main repo, its mirror of https://git.pblr-nyk.pro/gsd/LcdHardwareMonitor