Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.