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

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lyrics-Finder 🌐

Find your next favortie lyrics without hassle or just see what's Hot from 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

No packages published