https://github.com/vigzmv/lyricaly
:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly
https://github.com/vigzmv/lyricaly
beautifulsoup lyrics musixmatch scrap songs
Last synced: about 1 month ago
JSON representation
:musical_note: Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly
- Host: GitHub
- URL: https://github.com/vigzmv/lyricaly
- Owner: vigzmv
- License: mit
- Created: 2016-07-21T10:21:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T14:38:10.000Z (over 8 years ago)
- Last Synced: 2025-04-22T11:15:45.905Z (about 1 month ago)
- Topics: beautifulsoup, lyrics, musixmatch, scrap, songs
- Language: Python
- Homepage: http://vigneshm.com/Lyricaly/
- Size: 20.5 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lyricaly
[](https://badge.fury.io/py/lyricaly) [](https://github.com/vigzmv/Lyricaly/blob/master/LICENSE)
[](https://github.com/vigzmv/Lyricaly)###: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](https://pypi.python.org/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](http://musixmatch.com/)
##### 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.