Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FindLyrics

A simple CLI tool to fetch song lyrics using the Genius API.

Installation

  1. Clone the Repository:

    git clone https://github.com/a9irudhh/findlyrics.git
    cd findlyrics
  2. Copy the Script to /usr/local/bin:

    sudo cp findlyrics /usr/local/bin
  3. Make the Script Executable:

    sudo chmod +x /usr/local/bin/findlyrics
  4. Restart Your Terminal.

  5. Install Required Dependencies:

    pip install -r requirements.txt

Usage

Run the command:

findlyrics "song_name" "artist"

Example:

findlyrics "Shape of You" "Ed Sheeran"

API Key

Replace API_HERE in the script with your Genius API token.

Feel free to open issues or submit pull requests!

Author

Anirudh

About

CLI tool to scrape lyrics of Song

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages