/Linuxer

Linux System Monitoring

Primary LanguagePythonMIT LicenseMIT

Linuxer

a Linux System Monitoring Toolbox

Tutorials

Install

Requirments

All the requirements is described in the requirements.txt , use pip to install.

pip3 install -r requirements.txt

Run

The main entrance is MainFrame.py

Dependencies

  • The UI pattern : Stacer
  • System Info : psutil
  • UI framework: pyQt5