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