A terminal music player written in Python using Textual.
- Control the player with previous (p), next (n), and pause (space)
- Play music from a folder of your choice (
riff .
) - Supports MP3, and OGG audio
- Private, no data is collected by riff
pip install textual-riff
riff .
self.current_track
is not set properly when using the next/previous track bindings.