vigzmv / Lyricaly

:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly

Home Page:http://vigneshm.com/Lyricaly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyricaly

PyPI version    license    contributions welcome   

###:musical_note: Get Lyrics on your Terminal

Just because finding lyrics on a web browser is too mainstream, I made this to get them delivered to your Terminal.

Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses beautifulsoup4 to scrap lyrics.

Published at pypi: Lyricaly

Installation


Using pip

# Install package from pypi
$ pip install lyricaly

# Run it
$ lyricaly

# Done!!

Without using pip

# Clone the repository
$ git clone https://github.com/vigzmv/Lyricaly.git
$ cd lyricaly

# Install Lyricaly
$ sudo python setup.py install

# Run it
$ lyricaly

# or simply execute the Python Script (lyrical.py)
# Done!!

install_requires

beautifulsoup
requests      

Lyricaly scraps the lyrics of the given song from Musixmatch
I am in no way associated with musixmatch and the correctness of lyrics corresponds with the data present in the database.
Lyricaly only scraps the present data from there and delivers it.
Note: English Language lyrics work fine. Spanish and french support is not good. Other Languages might work.

About

:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly

http://vigneshm.com/Lyricaly/

License:MIT License


Languages

Language:Python 100.0%