Search and play your favorite Internet radio station.
xradios-2022-01-13_14.15.58.mp4
Install pipx
pipx install git+https://github.com/andreztz/xradios
or
pipx install xradios
Open the terminal, and run the following command
$ xradios
$ git clone git@github.com:andreztz/xradios.git
$ pip install -e .
- Work in progress
André P. Santos – @ztzandre – andreztz@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/andreztz/xradios
- Fork it (https://github.com/andreztz/xradios/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request