1
0
Fork 0
mirror of synced 2024-05-24 06:19:55 +12:00
Rare/README.md

57 lines
1.6 KiB
Markdown
Raw Normal View History

2021-02-10 23:53:48 +13:00
# Rare
2021-02-27 07:28:54 +13:00
2021-03-14 23:18:13 +13:00
## A frontend for legendary, the open source Epic Games Launcher alternative
2021-02-10 23:53:48 +13:00
2021-03-19 00:45:59 +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, contact me on
Discord (Dummerle#7419) or build it yourself. Please report bugs so I can fix them.
2021-02-28 03:54:26 +13:00
2021-03-14 23:18:13 +13:00
### Requirements
- requests,
- pillow
- pyqt5
2021-03-14 23:31:20 +13:00
- notify-py
- QtAwesome
2021-03-14 23:18:13 +13:00
## Installation
### Installation via pip (recommend)
Execute *pip install Rare* for all users Or *pip install Rare --user* for only one user
2021-03-19 00:45:59 +13:00
**Note**: On Linux must be /home/user/.local/bin in PATH
2021-03-14 23:18:13 +13:00
### Windows Simple
Download Rare.exe and place it somewhere in PATH
**Note**
2021-03-19 00:45:59 +13:00
Using the exe file could cause errors
2021-03-14 23:18:13 +13:00
## Linux
2021-03-19 00:45:59 +13:00
- For Arch Linux is an AUR package available: [rare-git](https://aur.archlinux.org/packages/rare-git) or [rare](https://aur.archlinux.org/packages/rare)
2021-03-14 23:18:13 +13:00
- Other distributions have to install it with pip or clone the repo and install it manually: *python3 setup.py install*
2021-03-14 23:31:20 +13:00
2021-03-14 23:18:13 +13:00
## Implemented
- Launch, install and uninstall games
- Authentication(Import from existing installation and via Browser)
2021-03-15 10:40:08 +13:00
- Download progress bar
2021-03-14 23:18:13 +13:00
- Settings (Legendary and games)
2021-03-19 00:45:59 +13:00
- Sync Cloud Saves
2021-03-14 23:18:13 +13:00
- Translations (English and German)
## Planned
2021-03-19 00:45:59 +13:00
2021-03-14 23:18:13 +13:00
- Offline mode
2021-03-19 00:45:59 +13:00
- More Translations (Need help)
2021-03-14 23:18:13 +13:00
## Images
![alt text](https://github.com/Dummerle/Rare/blob/main/Screenshots/Rare.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/main/Screenshots/GameInfo.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/main/Screenshots/RareSettings.png?raw=true)