Skip to content

andreztz/xradios

Repository files navigation

xradios

Upload Python Package

Search and play your favorite Internet radio station.

xradios-2022-01-13_14.15.58.mp4

Installation

$ pip install xradios

Usage example

Open the terminal, and run the following command

$ xradios

Development setup

$ git clone git@github.com:andreztz/xradios.git
$ pip install -e .

Release History

-   Work in progress

Meta

André P. Santos – @ztzandreandreztz@gmail.com

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/andreztz/xradios

Contributing

  1. Fork it (https://github.com/andreztz/xradios/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request