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
- Host: GitHub
- URL: https://github.com/jaydenmilne/steamsync
- Owner: jaydenmilne
- License: agpl-3.0
- Created: 2020-05-16T20:06:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T23:57:24.000Z (12 months ago)
- Last Synced: 2025-11-28T00:44:34.034Z (3 months ago)
- Language: Python
- Size: 207 KB
- Stars: 178
- Watchers: 2
- Forks: 17
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- starred - jaydenmilne/steamsync - Tool to automatically add games from the Epic Games Launcher to Steam (Python)
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)