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