Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 377 Bytes

File metadata and controls

19 lines (15 loc) · 377 Bytes

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