devlocalhost / pymonitr

A python program to monitor your computer stats. Works ONLY on linux (and maybe Android devices...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMonitr, a simple system monitor for linux

using psutil and colorhex

With PyMonitr you can:

  1. Monitor your RAM, CPU, storage ('/', removed in v9) & swap usage,
  2. and get information about your CPU, such as:
  • Usage,
  • Temperature,
  • Total logical & non logical cores,
  • Architecture type,
  • CPU vendor &
  • CPU model

screenshots:

screenshot 2

requirements

psutil, colorhex, cursor

pip3 install psutil colorhex cursor

usage

./pymn_v9.py -OPTIONS

available options: -r (refresh time). default value: 1

note

im tired working for this, ive worked so hard and for a long time, but i didnt made it stable, i can fix it, but i dont want to. 9 is the last version of pymonitr, which was made MONTHS ago, i just decided to upload it now, and from this day, i stop updating pymonitr. please use sysmon instead, a better version of pymonitr

About

A python program to monitor your computer stats. Works ONLY on linux (and maybe Android devices...)

License:MIT License


Languages

Language:Python 100.0%