https://github.com/bmwant/pypod
Python terminal music player
https://github.com/bmwant/pypod
console-application ipod music music-player player python python-player rich terminal-music-player textual tui wav
Last synced: about 2 months ago
JSON representation
Python terminal music player
- Host: GitHub
- URL: https://github.com/bmwant/pypod
- Owner: bmwant
- Created: 2022-12-09T18:46:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T20:34:28.000Z (over 2 years ago)
- Last Synced: 2025-04-08T17:51:05.197Z (6 months ago)
- Topics: console-application, ipod, music, music-player, player, python, python-player, rich, terminal-music-player, textual, tui, wav
- Language: Python
- Homepage:
- Size: 24.4 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## PyPod
[](https://pypi.org/project/python-pod/)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)
[](https://editorconfig.org/)
[](https://github.com/semantic-release/semantic-release)
Python console music player
### Installation
```bash
$ pip install python-pod
```### Usage
```bash
$ pypod # play everything under the folder
$ pypod filename.wav # play single file
```### Development
```bash
$ brew install portaudio
$ poetry install --with dev$ make debug # run app in debug mode
$ make console # run textual dev console
```