Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 622 Bytes

Systeminfo

Display various system information in a graphical widget.

Make use of...

  • psutil to get system information.
  • PyQt5 to show system information in GUI.
  • PyInstaller to create a self contained bundle of the application.

Description

Showing information related to

  • Processor load
  • Memory usage ( Virtual Memory, Swapped Memory )
  • Partition usage

Add system tray icons that show current value and recent history of

  • Processor load
  • Virtual Memory load

Clicking on system tray icon hides/shows the graphical widget.

Screenshot

Overview