1
0
Fork 0
mirror of synced 2024-07-03 05:31:23 +12:00
Rare/README.md

48 lines
1.4 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
Rare is currently considered beta software and in no way feature-complete. You **will** run into issues, so make backups first!
2020-08-28 00:54:15 +12:00
### Requirements
2021-01-06 08:49:29 +13:00
- 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
### Installation via pip
2021-01-07 23:57:02 +13:00
Execute *pip install Rare* for all users
2021-01-07 23:57:43 +13:00
Or *pip install Rare --user* for only one user
2020-08-28 00:37:57 +12:00
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
### 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*
2020-11-10 04:46:51 +13:00
### Implemented
- 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-06 08:49:29 +13:00
- Settings
2020-11-10 04:46:51 +13:00
### Todos
2021-01-12 02:18:10 +13:00
- Path LineEdits
2020-11-10 04:46:51 +13:00
- Sync saves
2021-01-12 02:18:10 +13:00
- Translations
- Design(Pretty Stylesheets, Icon view)
2020-11-10 04:46:51 +13:00
2021-01-06 08:49:29 +13:00
### 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)
2020-11-10 04:46:51 +13:00
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)