项目作者: RishabhP24

项目描述 :
Here, I made a Music Player using Python
高级语言: Python
项目地址: git://github.com/RishabhP24/Music-Player.git
创建时间: 2020-10-24T16:08:02Z
项目社区:https://github.com/RishabhP24/Music-Player

开源协议:

下载


Music Player

This project is about creating a music player using python language.

Setup

  • create virtual environment, we are using venv here

    1. python -m venv venv
  • activate virtual environment

    windows

    1. venv/Scripts/activate.bat

    bash/linux

    1. . venv/bin/activate
  • install requirements

    1. pip install -r requirements.txt
  • finally to run the music player

    1. python Canvas.py

Contrubution

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.

Hacktoberfest Contribution

If you are new and want to learn, you can start by improving documentation of the project, fix typos or improving readme