Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

santosh/PCStatus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCStatus

My first GUI app. A small utility app that shows various data about your CPU, GPU, RAM and Storage. Linux only. A very simple app that uses Python3.6, PyQt5 and Python's psutil library to show various stats regarding your computer. This is tested on Ubuntu 18.04 only and some of the features are very Linux specific, so at this point, this app is not cross platform.

How to Run:

Requirements:

  • Python3.6
  • PyQt5 [GUI Framework]
  • psutil [Python library]

Edit: Added requirements.txt so that it's easy to install from there.

$ gitclone https://github.com/tiazahmd/PCStatus
$ cd PCStatus
$ pip install -r `requirements.txt`
$ python3 main.py

Screenshot:

PCStatus Screenshot

About

A small utility app that shows various data about your CPU, GPU, RAM and Storage. Linux only.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%