PyPod
Python console music player
Installation
$ pip install python-pod
Usage
$ pypod <path-to-directory> # play everything under the folder
$ pypod filename.wav # play single file
Development
$ brew install portaudio
$ poetry install --with dev
$ make debug # run app in debug mode
$ make console # run textual dev console