A comfortable music client, based on Material Design 3.
Python 3 is required in deploying YMusic.
python3 -m venv venv #Linux&MacOS
py -3 -m venv .venv #WindowsBefore you work on your project, activate the corresponding environment:
. .venv/bin/activate #Linux&MacOS
.venv\Scripts\activate #Windowspip install -r requirements.txtflask runThis launches a very simple builtin server, which is good enough for testing but probably not what you want to use in production.
Now head over to http://127.0.0.1:5000/.