Skip to content

metardr/Lyrics-Fetcher-Lyrics.ovh-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

*Lyrics Fetcher

A simple Python program that fetches song lyrics using the Lyrics.ovh API. Enter the name of an artist and a song, and the program retrieves the lyrics for you.

*How to Use

Install Python 3.6 or higher.

Install the required library:

pip install requests

Run the program:

python lyrics_fetcher.py

Follow the prompts to enter the artist's name and song title.

*Examples

Fetch Lyrics Successfully

Hello, welcome to 'Lyrics Fetcher'. Enter the name of the artist: Adele Enter the song name: Hello

Lyrics:

Hello, it's me I was wondering if after all these years you'd like to meet...

Invalid Input

Hello, welcome to 'Lyrics Fetcher'. Enter the name of the artist: Unknown Artist Enter the song name: Unknown Song

Sorry, we couldn't find the lyrics. Please check the artist and song name.

*Requirements

Python 3.6 or higher

requests library

To install dependencies:

pip install requests

Acknowledgments

Thanks to Lyrics.ovh API for providing an easy-to-use service.