scrapping lyrics
A function to print lyrics of a particular song asked by user. The funciton takes name of artist and the song name as input from user and displays lyrics.
python 3.6.7
- requests
- BeautifulSoup4
-
Installing requests $ pip install requests
-
Installing BeautifulSoup $ pip install bs4