Find your next favortie lyrics without hassle or just see what's Hot from Hot Tracks list.
- Fetches tha latest hot tracks
- Gets any song lyrics giving the song title and artist name
- By clicking on a hot track you get the lyrics corresponding to that track
Clone the repo:
git clone https://github.com/PROuserR/Lyrics-FinderCreate a new virtual environment:
python -m venv .venvActivate the virtual environment:
. .venv/Scripts/activateInstall the requirements:
pip install -r requirements.txtTo launch the website simply run the app.py script inside src directory:
python app.pyCheck out my article where I explain how to build this website. Click here