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
- Java
- requests
- BeautifulSoup4
- JSoup
-
Installing requests $ pip install requests
-
Installing BeautifulSoup $ pip install bs4