A small function to find and show the lyrics of a particular song asked by the user. the function takes name of artist and the track as input from the user.
Python 2.7
- requests
- BeautifulSoup4
$ pip install requests
$ pip install beautifulsoup4
$ git clone https://github.com/aribis369/lyrics
- Adding supports for Python3
- Improving the Command Line Interface.
- Adding a Graphical User Interface for better usability.