1
0
Fork 0
mirror of synced 2024-07-01 12:40:28 +12:00
Rare/README.md

55 lines
1.6 KiB
Markdown
Raw Normal View History

2020-08-28 00:24:24 +12:00
# Rare
2020-08-28 00:37:57 +12:00
## A frontend for legendary, the open source Epic Games Launcher alternative
2021-01-14 09:41:51 +13:00
Rare is currently considered beta software and in no way feature-complete. You will probably run into issues, so it is recommend to make a backup. If you have features you want to have in this app, create an issue on github or build it yourself. Please report bugs so I can fix them
2020-08-28 00:37:57 +12:00
2020-08-28 00:54:15 +12:00
### Requirements
- requests,
- pillow
- pyqt5
- legendary-gl
- PyQtWebengine
2021-01-07 10:51:20 +13:00
2021-01-07 10:58:46 +13:00
## Installation
2021-01-07 10:51:20 +13:00
2021-01-13 03:41:48 +13:00
### Installation via pip (recommend)
Execute *pip install Rare* for all users Or *pip install Rare --user* for only one user
2021-01-12 02:18:10 +13:00
### Windows Simple
2021-01-07 10:51:20 +13:00
Download Rare.exe and place it somewhere in PATH
2021-01-13 03:45:06 +13:00
**Note**
Using the exe-file could cause an error with the stylesheets
2021-01-14 09:41:51 +13:00
## Linux
2021-01-07 10:51:20 +13:00
- 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*
2020-11-10 04:46:51 +13:00
2021-01-14 09:41:51 +13:00
## Implemented
2020-11-10 04:46:51 +13:00
- Launch, install and uninstall games
2021-01-07 10:51:20 +13:00
- Authentication(Import from existing installation and via Browser)
2020-12-27 09:09:01 +13:00
- In-app Browser to buy games
2021-01-14 09:41:51 +13:00
- Settings (Legendary and games)
- Sync Cloud Saves
2021-01-15 05:57:30 +13:00
- Translations (English and German)
2021-01-14 09:41:51 +13:00
## Planned
- Design (Pretty Stylesheets, Icons, Icon view for installed Games)
- Download Progressbar
2021-01-15 01:01:03 +13:00
- Offline mode
2020-11-10 04:46:51 +13:00
2021-01-14 09:41:51 +13:00
## Images
2021-01-06 08:49:29 +13:00
![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)
2020-11-10 04:46:51 +13:00