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

https://github.com/jaydenmilne/steamsync

Tool to automatically add games from the Epic Games Launcher to Steam
https://github.com/jaydenmilne/steamsync

Last synced: 17 days ago
JSON representation

Tool to automatically add games from the Epic Games Launcher to Steam

Awesome Lists containing this project

README

          

# steamsync

steamsync is a command line tool to add games from various launchers as steam
shortcuts. It supports (to an extent):

- The Epic Games Store (best)
- Xbox games installed on Windows (limited)
- itch.io
- legendary (limited)

It can also attempt to fetch art from the Steam catalog (`--download-art`)

## Install

### Command Line

Download an `.exe` from [the GitHub releases on the right](https://github.com/jaydenmilne/steamsync/releases)

OR

```
pip install steamsync
```

then run

```
steamsync
```

For more detailed instructions on using the CLI, see [here](steamsync/README.md).

### GUI

There is an out of date UI available [here](steamsync-gui/README.md)