Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/illud/pcinfo

PC-INFO is a tool that gathers information of your system components.
https://github.com/illud/pcinfo

fyne go golang

Last synced: 27 days ago
JSON representation

PC-INFO is a tool that gathers information of your system components.

Awesome Lists containing this project

README

        

# PC-INFO

\
PC-INFO is a tool that gathers information of your system components.

![Hello World](https://raw.githubusercontent.com/saturnavt/eskolvar.github.io/main/assets/img/pcinfo.jpeg)

## Download
CLICK HERE TO DOWNLOAD

## Features
- Mainboard
- CPU
- GPU
- RAM
- HOSTNAME
- PLATFORM

## Want to help us improve
Create a new branch and make a pull request with the changes.

PC-INFO requires [Go](https://golang.org/) v1.15+ to run.

\
Install the dependencies.

```sh
go get ./...
```

Run.

```sh
go run main.go
```

Build.
```sh
go build -ldflags -H=windowsgui main.go
```

## Built with
## https://fyne.io/

## License

MIT

PC-INFO is [MIT licensed](LICENSE).