Skip to content

Website built with Flask and python that find lyrics based on user query or by quick selecting a track from the Hot Tracks list.

Notifications You must be signed in to change notification settings

PROuserR/Lyrics-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyrics-Finder 🌐

A website that find lyrics based on user query or by quick selecting a track from the Hot Tracks list.

Features 🎇

  1. Fetches tha latest hot tracks
  2. Gets any song lyrics giving the song title and artist name
  3. By clicking on a hot track you get the lyrics corresponding to that track

Installation 💻

Clone the repo:

git clone https://github.com/PROuserR/Lyrics-Finder

Create a new virtual environment:

python -m venv .venv

Activate the virtual environment:

. .venv/Scripts/activate

Install the requirements:

pip install -r requirements.txt

Running 🚀

To launch the website simply run the app.py script inside src directory:

python app.py

More Inforamtion 📑

Check out my article where I explain how to build this website. Click here

About

Website built with Flask and python that find lyrics based on user query or by quick selecting a track from the Hot Tracks list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages