Skip to content

romanin-rf/SeaPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ddd2075 · Nov 28, 2023
Nov 28, 2023
May 10, 2023
Nov 28, 2023
Nov 28, 2023
May 21, 2023
Apr 24, 2023
Nov 26, 2023
Apr 24, 2023
May 28, 2023
Nov 27, 2023
Nov 27, 2023
Oct 10, 2023
Nov 28, 2023
Oct 10, 2023

Repository files navigation

Icon

SeaPlayer

Descriptions

SeaPlayer is a player that works in the terminal. Works with MP3, OGG, WAV, MIDI and FLAC files.

Install

  1. You can use Release
  2. Download clone repository install the dependencies from requirements.txt and run via Python.
  3. pip install --upgrade seaplayer
    

For MIDI playback

If you have Windows you can skip this part as Windows has a default decoder for MIDI and does not need to be installed.

For Linux or MacOS users:

You need to install the FluidSynth package in order to playback MIDI.

Using

python -m seaplayer # Method for `downloaded repository` or `installed via pip`

MainScreen-v0.5.4 ConfigurateScreen-v0.5.4