Skip to content

Commit

Permalink
Merge pull request #39 from romanin-rf/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
romanin-rf authored Dec 7, 2023
2 parents 1fd4ce8 + 49cc69c commit a4525fa
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
<div id="header" align="center"><h1>SeaPlayer</h1></div>

## 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)
Expand Down Expand Up @@ -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)

0 comments on commit a4525fa

Please sign in to comment.