Here, I made a Music Player using Python
This project is about creating a music player using python language.
create virtual environment, we are using venv
here
python -m venv venv
activate virtual environment
windows
venv/Scripts/activate.bat
bash/linux
. venv/bin/activate
install requirements
pip install -r requirements.txt
finally to run the music player
python Canvas.py
To contribute to this project, find an issue to work on or create an issue for something new you want to add or fix. And make a pull request.
If you are new and want to learn, you can start by improving documentation of the project, fix typos or improving readme