Skip to content

Basic menubar tool to play radio stations

License

Notifications You must be signed in to change notification settings

wass3r/RadioBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadioBar

Basic macOS menubar app to play SomaFM radio stations with help from 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/
  2. python3 setup.py py2app

License

MIT