Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bios-marcel/whohasmygames
Small tool to easily find out what games you can play with your friends, cause steam sucks ass
https://github.com/bios-marcel/whohasmygames
fyne fyneapp go steam
Last synced: 2 days ago
JSON representation
Small tool to easily find out what games you can play with your friends, cause steam sucks ass
- Host: GitHub
- URL: https://github.com/bios-marcel/whohasmygames
- Owner: Bios-Marcel
- Created: 2021-04-22T17:59:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T18:34:34.000Z (over 3 years ago)
- Last Synced: 2025-01-10T04:35:36.234Z (5 days ago)
- Topics: fyne, fyneapp, go, steam
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whohasmygames
This is a cross-platform desktop app that allows you to select multiple steam
friends and see who has the same games as you.## Installation
To install, you (preferably) need the latest version of `golang` and install
`fyne`. Then run the following two commands.```
go get fyne.io/fyne/v2/cmd/fyne
fyne install
```On linux systems, you might require elevated permissions to run `fyne install`.