Listen to your favorite songs with synced lyrics !
- python version 3
Install all dependencies (preferably inside a virtual environment) :
Here is a tutorial on how to setup a virtual environment : https://realpython.com/python-virtual-environments-a-primer/
pip install -r requirements.txt
Run the program :
python sing.py
Stop the program :
CTRL-C
I borrowed some code from https://github.com/ImranR98/AutoLyricize, which helped me develop the "get lyrics" feature of the program.