!pip install lyricsgenius
import lyricsgenius
genius = lyricsgenius.Genius('CLIENT_KEY')
album = genius.search_album("Look at the Moon! (Live Phoenix Festival 97)", "David Bowie")
album.save_lyrics()
let lyrics = [];
let leng = newAll.length; // newAll is the .js file of all the scraped song data
for (let i = 0; i < leng; i++) {
if (lyrics.length < leng) {
append(lyrics, i + '\\n' + 'SONG TITLE' + ': \\n' + newAll[i].song.title + '\\n\\n'+ 'SONG LYRICS' + ': \\n' + newAll[i].song.lyrics + '\\n\\n\\n\\n\\n\\n');
}
}
}
function mouseClicked(){
saveStrings(pre, 'pre.txt');
}
Chosen one