To download lyrics of any song
This script is using api calls to download lyrics of song specified by user
- API used is genius lyrics
- Version lyricsgenius==3.0.1
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
Install Python Install all requirements by pip install -r requirements.py Run python lyrics.py
Tushar Amdoskar