shrilakshmishastry / cpustats

This is a desktop application built to display cpu usage of my machine in real time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpustats

This is a desktop application built to display cpu usage of my machine in real time.

Installation

Wails CLI can be installed with go get. After installation, you should set it up using wails setup command.

go get github.com/wailsapp/wails/cmd/wails
wails setup

Then to bootstrap the project with the name cpustats:

wails init
cd cpustats

Usage

To test if it works run the following command:

wails serve

Final Build and Run

wails build -d
./cpustats

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This is a desktop application built to display cpu usage of my machine in real time.


Languages

Language:JavaScript 64.4%Language:HTML 15.5%Language:Go 11.7%Language:CSS 8.5%