Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atareao/cpu-g
cpu-g
https://github.com/atareao/cpu-g
Last synced: 4 days ago
JSON representation
cpu-g
- Host: GitHub
- URL: https://github.com/atareao/cpu-g
- Owner: atareao
- License: gpl-3.0
- Created: 2016-07-10T19:43:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:50:50.000Z (4 months ago)
- Last Synced: 2024-12-31T04:08:36.048Z (11 days ago)
- Language: Python
- Size: 1.47 MB
- Stars: 87
- Watchers: 10
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome - cpu-g - cpu-g (Python)
README
# CPU-G
![CodeFactor](https://www.codefactor.io/repository/github/signalr/signalr/badge?style=plastic)
**CPU-G** is a **Python 3** and **GTK+3** application that shows some useful information about your hardware.
It collects and displays information about your CPU, RAM, Motherboard, some general information about your system and more.
More info: [cpu-g](https://www.atareao.es/aplicacion/cpu-g-donde-ver-hardware-instalado/)
## Install
To install CPU-G run following commands in a terminal (`Ctrl+Alt+T`),
```
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install cpu-g
```Before running CPU-G install the dependencies.
```
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
pip3 install pycairo PyGObject psutil dbus-python matplotlib
```## Credits
* Copyright © 2009-2010 Fotis Tsamis
* Copyright © Michael Schmöller
* Copyright © 2012 Michał Głowienka
* Copyright © 2012 Michał Olber
* Copyright © 2016 Lorenzo CarbonellAnd more
## Screenshots
### Processor
![Processor](./screenshots/cpu-g-processor.png)
### Motherboard
![Motherboard](./screenshots/cpu-g-motherboard.png)
### Memory
![Memory](./screenshots/cpu-g-memory.png)
### System
![System](./screenshots/cpu-g-system.png)
### Graphic
![Graphic](./screenshots/cpu-g-graphic.png)
### Battery
![Battery](./screenshots/cpu-g-battery.png)
### Disks
![Disks](./screenshots/cpu-g-disks.png)
### About
![About](./screenshots/cpu-g-about.png)