pypod icon indicating copy to clipboard operation
pypod copied to clipboard

Python terminal music player

PyPod

PyPI PyPI - Python Version

pre-commit Code style: black EditorConfig semantic-release: angular

screenshot

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