Skip to content

307guojiawei/Linuxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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