diff --git a/README.md b/README.md index 5f3f1842..f0c3b6cf 100644 --- a/README.md +++ b/README.md @@ -147,12 +147,24 @@ Depending on your operating system and the `python` distribution, the following ### Run from source -1. Clone the repo: `git clone https://github.com/Dummerle/Rare +1. Clone the repo: `git clone https://github.com/RareDevs/Rare` 2. Change your working directory to the project folder: `cd Rare` 3. Run `pip install -r requirements.txt` to install all required dependencies. - * If you want to be able to use the automatic login and Discord pypresence, run `pip install -r requirements-full.txt` - * If you are on Arch you can run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-orjson` and `yay -S legendary` - * If you are on FreeBSD you have to install py39-qt5 from the packages: `sudo pkg install py39-qt5` + * If you want to be able to use the automatic login and Discord pypresence, run + ```shell + pip install -r requirements-full.txt + ``` + * If you are on Arch you can run + ```shell + sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-orjson + ``` + ``` + yay -S legendary + ``` + * If you are on FreeBSD you have to install py39-qt5 from the packages + ```shell + sudo pkg install py39-qt5 + ``` 4. Run `python3 -m rare` @@ -165,10 +177,16 @@ There are several options to contribute. More information is available in CONTRIBUTING.md. -## Images +## Screenshots +| Game covers | Vertical list | +|----------------------------------------------|----------------------------------------------| +| ![alt text](Screenshots/RareLibraryIcon.png) | ![alt text](Screenshots/RareLibraryList.png) | + +| Game details | Game settings | +|-------------------------------------------|-----------------------------------------------| +| ![alt text](Screenshots/RareGameInfo.png) | ![alt text](Screenshots/RareGameSettings.png) | + +| Downloads | Application settings | +|--------------------------------------------|-------------------------------------------| +| ![alt text](Screenshots/RareDownloads.png) | ![alt text](Screenshots/RareSettings.png) | -![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) -![alt text](https://github.com/Dummerle/Rare/blob/main/Screenshots/RareDownloads.png?raw=true) -![alt text](https://github.com/Dummerle/Rare/blob/main/Screenshots/GameSettings.png?raw=true) diff --git a/Screenshots/GameInfo.png b/Screenshots/GameInfo.png deleted file mode 100644 index 5501b5bf..00000000 Binary files a/Screenshots/GameInfo.png and /dev/null differ diff --git a/Screenshots/Rare.png b/Screenshots/Rare.png deleted file mode 100644 index 8b7a2b64..00000000 Binary files a/Screenshots/Rare.png and /dev/null differ diff --git a/Screenshots/RareDownloads.png b/Screenshots/RareDownloads.png index 9fbca1f2..6cc99562 100644 Binary files a/Screenshots/RareDownloads.png and b/Screenshots/RareDownloads.png differ diff --git a/Screenshots/RareGameInfo.png b/Screenshots/RareGameInfo.png new file mode 100644 index 00000000..8c4d06a9 Binary files /dev/null and b/Screenshots/RareGameInfo.png differ diff --git a/Screenshots/GameSettings.png b/Screenshots/RareGameSettings.png similarity index 100% rename from Screenshots/GameSettings.png rename to Screenshots/RareGameSettings.png diff --git a/Screenshots/RareLibraryIcon.png b/Screenshots/RareLibraryIcon.png new file mode 100644 index 00000000..bfa40609 Binary files /dev/null and b/Screenshots/RareLibraryIcon.png differ diff --git a/Screenshots/RareLibraryList.png b/Screenshots/RareLibraryList.png new file mode 100644 index 00000000..1910cdf6 Binary files /dev/null and b/Screenshots/RareLibraryList.png differ