1
0
Fork 0
mirror of synced 2024-07-05 06:30:31 +12:00
Rare/README.md
2021-01-13 14:37:42 +01:00

56 lines
1.5 KiB
Markdown

# Rare
## A frontend for legendary, the open source Epic Games Launcher alternative
Rare is currently considered beta software and in no way feature-complete. You **will** run into issues, so it is recommend to make a backup
### Requirements
- requests,
- pillow
- pyqt5
- legendary-gl
- PyQtWebengine
## Installation
### Installation via pip (recommend)
Execute *pip install Rare* for all users Or *pip install Rare --user* for only one user
### Windows Simple
Download Rare.exe and place it somewhere in PATH
**Note**
Using the exe-file could cause an error with the stylesheets
### Linux
- For Arch Linux is an AUR package available: [rare-git](https://aur.archlinux.org/packages/rare-git)
- Other distributions have to install it with pip or clone the repo and install it manually: *python3 setup.py install*
### Implemented
- Launch, install and uninstall games
- Authentication(Import from existing installation and via Browser)
- In-app Browser to buy games
- Settings
### Todos
- Download Progressbar
- Sync saves
- Translations
- Design(Pretty Stylesheets, Icon view)
### Images
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/GameList.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/Uninstalled.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/Settings.png?raw=true)
If you have features you want to have in this app, create an issue on github or build it yourself. Please report bugs(
Especially Windows)