pyBegin / projects / lyrics-extractor
🔍

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.

19 lines🖥 Desktop only

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.

Example

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...

How to run on localhost

pip install lyrics-extractor
python main.py

Requires a Google Custom Search API key and engine ID.

Dependencies

lyrics-extractor.