Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/illud/pcinfo
- Owner: illud
- Created: 2022-03-11T02:35:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T00:23:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T22:41:10.929Z (3 months ago)
- Topics: fyne, go, golang
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).