Skip to content

devendrakushwah/lyrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lyrics

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.

Language Used

  1. python 3.6.7
  2. Java

Dependencies

  1. requests
  2. BeautifulSoup4
  3. JSoup

Installing Dependencies

  1. Installing requests $ pip install requests

  2. Installing BeautifulSoup $ pip install bs4

Input

alt text

Output

alt text

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.5%
  • Python 38.5%