Launch all your games, from different launchers, from one page
- Launchers
- Supported
- Steam
- Origin
- Supported
- Poster Downloads
- Direct from Steam (for Steam games)
- From IGDB (for all other launchers)
- macOS Support
- Support for other launchers (including Epic Games)
- Better cover downloads (help needed)
- Windows and Linux support
- Web endpoint to download covers (eliminating Running Locally - step #4)
- One-click executable to run the program
- Clone the repository to your computer
- Create a directory named
covers
in theassets
directory - Install the two requirements with
pip3 install -r requirements.txt
- Edit the
settings.py
to match your configuration
- Note: Only macOS is supported at this time. To help port this to Windows and Linux, please make a pull request.
- Run
backend.py
(every time you need to download covers, future support planned to eliminate this) - Run the Flask server with
python3 web_interface.py
- Version 0.1.0 (2020-02-25):
- Initital support