🔍
Lyrics Extractor
A console program that takes a song name and fetches its title and lyrics using the lyrics-extractor library and Google Custom Search.
A console program that takes a song name and fetches its title and lyrics using the lyrics-extractor library and Google Custom Search.
A console program that takes a song name and fetches its title and lyrics using the lyrics-extractor library and Google Custom Search.
Enter the song name: Bohemian Rhapsody
Title: Bohemian Rhapsody
Lyrics:
Is this the real life? Is this just fantasy?
Caught in a landslide, no escape from reality...
pip install lyrics-extractor
python main.py
Requires a Google Custom Search API key and engine ID.
lyrics-extractor.