Downloading songs - extracting vocals - show lyrics
this is ment to be an app to use several other libraries for a convenient use. Similar projects are: spotdl(https://github.com/spotDL/) vocalremover(https://github.com/tsurumeso/vocal-remover)
-
Log in on https://developer.spotify.com/dashboard/ to get your client id and secret make them environment variables to use this app. Then go to genius' website https://genius.com/api-clients to log in and generate your client access token. Export it as well.
-
Create a virtual environment to install the required dependencies from requirements.txt. "pip install -r requirements.txt"
-
Then use python to run main.py