Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 343 Bytes

LyricsGenerator is a python application that takes as input the name of the song and generate a text file containing the lyrics of the input song.

○ Used urllib2 for making HTTP requests ○ Used Beautiful Soup to scrape lyrics from the response

How to use :-

Type "python lyricsGenerator.py" in the terminal And follow the instructions