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.