Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 599 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 599 Bytes

hwInfo

A Simple Python App for Hardware Info and usage monitoring using PyQt5.

MIT License

Features

  • CPU Info
  • Disk partition and disk usage
  • Battery Info
  • RAM Info

Run Application

Clone the project

  git clone https://github.com/dine-5h/hwInfo

Go to the project directory

  cd hwInfo

Install dependencies

  pip -r requirements.txt

Start the app

  python Main.py

License

MIT