Metadata-Version: 2.1
Name: lyrics-displayer
Version: 0.7.7
Summary: Displays lyrics of songs played on Sonos system.
Home-page: http://github.com/alpha1d3d/lyrics-displayer
Author: Jonathan Loo
Author-email: alpha1d3d@hotmail.com
License: MIT
Description: [![PyPI version](https://badge.fury.io/py/lyrics-displayer.svg)](https://badge.fury.io/py/lyrics-displayer)
        
        Lyrics Displayer
        ----------------
        
        Lyrics Displayer automatically detects what song is playing on a
        music player connected to the same network.
        
        It then queries lyrics from various online sources and displays
        the lyrics to the command line (attempting to estimate the current
        position in the song).
        
        
        Supported Players
        -----------------
        
          - Sonos
        
        
        Lyrics Sources
        --------------
        
        Integrates with [lyricfetch](https://github.com/ocaballeror/LyricFetch)
        which has an extensive list of supported sources.
        
        
        Usage
        -----
        
        To use simply, in command line do::
        
            >>> sing-along
        
        
        Installation
        -----------
        
            >>> pip install lyrics-displayer
        
Keywords: sonos lyrics lyricfetch
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
