Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wass3r/RadioBar

Basic menubar tool to play radio stations
https://github.com/wass3r/RadioBar

macos menubar python radio rumps stream

Last synced: 3 months ago
JSON representation

Basic menubar tool to play radio stations

Awesome Lists containing this project

README

        

## RadioBar

Basic macOS menubar app to play SomaFM radio stations with help from [rumps](https://github.com/jaredks/rumps) and VLC.

## Development

### Prerequisites

* Python 3.9.x
* VLC 3.x (`brew cask install vlc`)
* Install dependencies (`pip3 install -r requirements.txt`)

#### Run

1. `python3 radiobar.py`

#### Build macOS app

1. `rm -rf ./dist/ ./build/`
1. `python3 setup.py py2app`

## License
MIT