Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audiusproject/audius-terminal-player
Terminal-based music player written in Python for the best music in the world 🎵 🎧 💻
https://github.com/audiusproject/audius-terminal-player
audio audius music player python terminal tui web3
Last synced: 4 days ago
JSON representation
Terminal-based music player written in Python for the best music in the world 🎵 🎧 💻
- Host: GitHub
- URL: https://github.com/audiusproject/audius-terminal-player
- Owner: AudiusProject
- License: mit
- Created: 2021-12-24T23:04:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T21:34:35.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T22:51:20.875Z (over 1 year ago)
- Topics: audio, audius, music, player, python, terminal, tui, web3
- Language: Python
- Homepage: https://github.com/AudiusProject/audius-terminal-player/
- Size: 24.5 MB
- Stars: 21
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audius-terminal-player
Terminal-based music player written in Python for the best music in the world 🎵 🎧 💻
Browse and listen to [Audius](https://audius.co) from the comfort of your very own terminal. 🎶
Supported/tested platforms: MacOS 12+
## Install
📝 Prerequisites:
- ☕ [Homebrew](https://brew.sh/)
```
brew tap audiusproject/audius-terminal-player
brew install audius-terminal-player
```## Features ✨
- ▶️ Play Trending tracks 🚀
- 🔎 Search Users 👥, Tracks 🎵, and Playlists 📜
- ▶️ Play Users' Favorited, Reposted, and Uploaded Tracks
- 💻 Terminal UI implemented in [py_cui](https://github.com/jwlodek/py_cui)## Develop 🧑💻
📝 Prerequisites:
- Python 3.9+ 🐍
```sh
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src
```## Build & Release 📦 🚢
1. Bump version in [`setup.cfg`](setup.cfg) manually
2. Make a GitHub tagged release with the new version
3. Update [release URL and SHA](https://github.com/AudiusProject/homebrew-audius-terminal-player/blob/main/Formula/audius-terminal-player.rb#L6-L7) in [homebrew-audius-terminal-player](https://github.com/AudiusProject/homebrew-audius-terminal-player)---
Created with ❤️ 🍕 🍾 (last but not least) for the Audius Engineering Team Hackathon 2021.