/lyrics_finder

Lyrics finder with python and nodejs

Primary LanguagePython

lyrics_finder

Lyrics finder with python, inspired from https://github.com/SimonIT/spotifylyrics Using https://www.megalobiz.com for lyrics database

To use :

pip3 install -r requirements.txt
npm install
node search.js 'artist name' 'songname'

It will indicate 'LYRICS NOT FOUND' or 'LYRICS FOUNDS' and the location of the .lrc file.

Capture d’écran 2021-10-04 à 18 32 37