Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 872 Bytes

File metadata and controls

29 lines (23 loc) · 872 Bytes

Linuxer

Linux System Monitoring Toolbox

Shortcuts

Tutorials

Install

Debian User

  • download the deb package from release and use
sudo dpkg -i Linuxer.deb

Developer

  • use make install to install requirements,build the project and install
  • for more information please read Makefile

Dependencies

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