Skip to content

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

Notifications You must be signed in to change notification settings

shrilakshmishastry/cpustats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published