An open API service indexing awesome lists of open source software.

https://github.com/manuel-koch/systeminfo

Display various system information in a graphical widget.
https://github.com/manuel-koch/systeminfo

psutil pyqt5 python-3-5 qml qt5

Last synced: 9 days ago
JSON representation

Display various system information in a graphical widget.

Awesome Lists containing this project

README

          

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](doc/overview.png)