-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,36 @@ | ||
<h1 align="center">Epic Games Friends Remover</h1> | ||
![image](https://github.com/Nazar1ky/epic-games-store-remove-all-friends/assets/78618525/09c80c14-b057-4452-9e28-56be421c284c)<h1 align="center">Epic Games Friends Remover</h1> | ||
<p align="center"> | ||
<a href="https://www.python.org/downloads/release/python-380/" align="center"> | ||
<img alt="Python" src="https://img.shields.io/badge/python-3.8 | 3.9 | 3.10 | 3.10 | 3.11 | 3.12 | 3.13-blue"> | ||
<img alt="Python" src="https://img.shields.io/badge/python-3.8 | 3.9 | 3.10 | 3.11 | 3.12-blue"> | ||
</a> | ||
<a href="https://github.com/Nazar1ky/epic-games-store-remove-all-friends/issues" align="center"> | ||
<img alt="GitHub Issues" src="https://img.shields.io/github/issues/Nazar1ky/epic-games-store-remove-all-friends"> | ||
</a> | ||
<a href="https://github.com/Nazar1ky/epic-games-store-remove-all-friends/pulls" align="center"> | ||
<img alt="GitHub Pull Requests" src="https://img.shields.io/github/issues-pr/Nazar1ky/epic-games-store-remove-all-friends"> | ||
</a> | ||
<a href="https://github.com/Nazar1ky/epic-games-store-remove-all-friends/actions" align="center"> | ||
<img alt="GitHub Build" src="https://img.shields.io/github/actions/workflow/status/Nazar1ky/epic-games-store-remove-all-friends/actions.yaml"> | ||
</a> | ||
</p> | ||
|
||
<img src="https://github.com/Nazar1ky/epic-games-store-remove-all-friends/blob/main/pic.png" /> | ||
|
||
## Usage: | ||
Epic Games Store Friends Remover is pretty simple to use. | ||
|
||
1. Install the requirements. | ||
## Exe | ||
1. Download latest version from [releases](https://github.com/Nazar1ky/epic-games-store-remove-all-friends/releases). | ||
2. Run program using exe file. | ||
3. Follow the script instructions. | ||
|
||
## Python | ||
1. Download or clone repository using `git clone https://github.com/Nazar1ky/IndieGala-sale-scraper/` | ||
2. Install the requirements. | ||
|
||
``` | ||
pip install -U -r requirements.txt | ||
``` | ||
2. Run `main.py`. | ||
3. Follow the script instructions. | ||
3. Run `main.py`. | ||
4. Follow the script instructions. |