Skip to content

MorsCerta-crypto/KaraokeMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KaraokeMaker

Downloading songs - extracting vocals - show lyrics

Project

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)

start

  1. 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.

  2. Create a virtual environment to install the required dependencies from requirements.txt. "pip install -r requirements.txt"

  3. Then use python to run main.py

Screenshot