Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wass3r/RadioBar
- Owner: wass3r
- License: mit
- Created: 2017-09-05T04:31:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T05:10:06.000Z (5 months ago)
- Last Synced: 2024-07-29T05:21:52.942Z (4 months ago)
- Topics: macos, menubar, python, radio, rumps, stream
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - RadioBar
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