Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YMusic

A comfortable music client, based on Material Design 3.

Deployment

Python 3 is required in deploying YMusic.

Create an environment

python3 -m venv venv #Linux&MacOS
py -3 -m venv .venv #Windows

Activate the environment

Before you work on your project, activate the corresponding environment:

. .venv/bin/activate #Linux&MacOS
.venv\Scripts\activate #Windows

Install requirements

pip install -r requirements.txt

Start!

flask run

This 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/.

About

A comfortable music client, based on Material Design 3.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages