Minimal command-line music player written in Python.
pip install musika
Usage:
musika [OPTIONS] Play a random song from '~/Music'.
musika [FILE] [OPTIONS] Play a specific song.
musika [DIR.] [OPTIONS] Play a random song from a directory.
OPTION:
--update-interval=<X> Redraw the UI every X seconds.
--no-infinite-queue Stop playback when the song ends.
--no-clear Don't clear the screen between UI updates.
This may help prevent flickering on
some terminals.
-h, --help Print this message and exit.
-v, --version Print version information and exit.