Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 829 Bytes

File metadata and controls

40 lines (20 loc) · 829 Bytes

Lyrics Downloader

Aim

To download lyrics of any song

Purpose

This script is using api calls to download lyrics of song specified by user

Short description of package/script

  • API used is genius lyrics
  • Version lyricsgenius==3.0.1

Workflow of the Project

First the artist name is taken by script and all songs are searched by api After that among the searched songs the user input's is checked and if match found the lyrics are save in lyrics.txt file

Setup instructions

Install Python Install all requirements by pip install -r requirements.py Run python lyrics.py

Output

Screenshot

Author(s)

Tushar Amdoskar

Tushar's Website