Skip to content

egorcherkasoff/lyric-lens-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyric Lens Python Version

Overview

This is a Python Streamlit app that allows you to retrieve and display song lyrics from Genius API based on user input. The app presents song details such as the song title, artist name, and album art. The user can click on the "Open Lyrics" button to reveal the lyrics of the song.

This app provides a convenient and easy way to access lyrics to any song or artist, saving time and effort for music lovers.

Features

  • Retrieves song data from Genius API based on user input
  • Displays song details such as title, artist name, and album art
  • Get song lyrics on button click

Installation

Clone this Git repository:

git clone https://github.com/egorcherkasoff/lyric-lens-py

Install the required Python packages:

pip install -r requirements.txt

Create a .env file in the root directory of the project and specify your API KEY as follows:

API_KEY=<your API key>

Run the app:

streamlit run main.py

Usage

Enter the name of a song you want to get lyrics for in the text box provided.

Click on the "Open Lyrics" button to reveal the lyrics of the song.

View the lyrics displayed on the page.

Contributing

If you find a bug or have an idea for a new feature, please create an issue or pull request in this repository.

Notes

This app is a work in progress and may have some bugs or not implemented features. If you encounter any issues, feel free to submit an issue on the GitHub repository.

Also I wanted to mention that this app is python recreation of my Lyric Lens app made with JS.

About

Working with Genius API to get songs, and BeautifulSoup4 to get lyrics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages