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.

How to run

pip install lyrics-extractor
python main.py

Requires a Google Custom Search API key and engine ID.

Dependencies

lyrics-extractor.

Pyodide-runnable

No — it makes live HTTP requests to the Google Custom Search API to fetch lyrics.