radioz

terminal radio.


Keywords
radio, browser, web, terminal, command, line
License
MIT
Install
pip install radioz==0.0.dev5

Documentation

radioz

Aplicativo para ouvir rádio via Internet.

radioz

Youtube Video (https://youtu.be/iJ1_qCCF3EI )

Instalação

Linux e Windows:

$ python setup.py install

ou

$ sudo pip install radioz

Exemplo de uso

$ radioz

Configuração para desenvolvimento

$ virtualenv venv
$ source venv/bin/activate
$ python setup.py develop
$ radioz

Historico de lançamentos

-   Work in progress

Meta

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

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

https://github.com/andreztz/radioz

Contributing

  1. Fork it (https://github.com/andreztz/radioz/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