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: 26 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T00:23:50.000Z (about 3 years ago)
- Last Synced: 2025-02-01T21:14:46.339Z (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.
## 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).