Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkkid/pkmeter
Desktop System Stats using Python3/QT5
https://github.com/pkkid/pkmeter
Last synced: 2 months ago
JSON representation
Desktop System Stats using Python3/QT5
- Host: GitHub
- URL: https://github.com/pkkid/pkmeter
- Owner: pkkid
- License: bsd-3-clause
- Created: 2014-12-29T02:39:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T02:39:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-29T05:49:10.055Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 2.79 MB
- Stars: 21
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PKMeter
PyQT5/Python app to display system stats and meters on your desktop. Plugin
system allows creating new meters quickly. I believe the following features
are what makes this app different from the other solutions out there:* Quickly create new plugins with Python.
* Simple HTML template system.
* Prefrences set in the app (not cmd line scripts).### Available Meters
* Clock
* External IP
* File System
* Google Calendar
* LmSensors
* NVIDIA
* Network
* Picasa Images
* Plex Media (recently added items)
* Plex Server (currently streaming items)
* Processes
* Sickbeard/SickRage
* Sonarr
* System Monitor
* Weather Underground
* Yahoo! Weather### Installation (Ubuntu,Mint,Debian)
```bash
git clone https://github.com/mjs7231/pkmeter.git
cd python-pkmeter
sudo apt-get install python3-pip python3-qt5
sudo pip3 install -r requirements.pip
./pkmeter
```### Requirements
* Python3, PyQT5
* icalendar, keyring, netifaces, plexapi, psutil, python-dateutil, xmltodict
* hg+https://[email protected]/gleb_zhulik/py3sensors