From 49cc69c841419d8a08f13225c0c89bf1c13ebab9 Mon Sep 17 00:00:00 2001
From: Romanin <60302782+romanin-rf@users.noreply.github.com>
Date: Thu, 7 Dec 2023 23:17:22 +0200
Subject: [PATCH] Update README.md
---
README.md | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 94cc609..719a77d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,20 @@
## Descriptions
-SeaPlayer is a player that works in the terminal. Works with `MP3`, `OGG`, `WAV`, `MIDI` and `FLAC` files.
+SeaPlayer is a player that works in the terminal.
+
+Supports the following audio file formats: `MP3`, `OGG`, `WAV`, `FLAC`, `MIDI`.
+
+Supports the following languages: `English`, `Русский`, `Українська`.
+
+## Screenshots
+![MainScreen-v0 8 1](https://github.com/romanin-rf/SeaPlayer/assets/60302782/84e1f498-beab-463b-ba2a-a8a109e607c0)
+![ConfigurateScreen-v0 8 1](https://github.com/romanin-rf/SeaPlayer/assets/60302782/c8f0fa20-b4b8-4858-ac4a-bb8ddb8c0a39)
+
+## Using
+```shell
+python -m seaplayer # Method for `downloaded repository` or `installed via pip`
+```
## Install
1. You can use [Release](https://github.com/romanin-rf/sea-player/releases)
@@ -42,11 +55,3 @@ In order to play MIDI files you need to install FluidSynth:
```shell
sudo port install fluidsynth
```
-
-## Using
-
-```shell
-python -m seaplayer # Method for `downloaded repository` or `installed via pip`
-```
-![MainScreen-v0 7 2](https://github.com/romanin-rf/SeaPlayer/assets/60302782/f836ac9e-fb9e-44e4-9bc3-44b2d13fc873)
-![ConfigurateScreen-v0 7 2](https://github.com/romanin-rf/SeaPlayer/assets/60302782/7568c059-dea2-4fb5-9333-e02a3a636499)