Skip to content

aribis369/lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LYRICS

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.

this is a project for KOSS,IIT kharagpur and is used for educational purpose only.

Language Used

Python 2.7

Dependencies

  • requests
  • BeautifulSoup4

Installation

Installing Dependencies

Installing requests

$ pip install requests

Installing BeautifulSoup4

$ pip install beautifulsoup4

Cloning the Project for development

$ git clone https://github.com/aribis369/lyrics

Input

INPUT window

Output

OUTPUT window

FUTURE Develpoments

  1. Adding supports for Python3
  2. Improving the Command Line Interface.
  3. Adding a Graphical User Interface for better usability.

About

shows lyrics of the song if artist name and track name is given

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages