jakbin / webtune

web based music player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webtune

web based music player

GitHub Contributors GitHub commit activity GitHub last commit Python 3.6

Installation

git clone https://github.com/jakbin/webtune.git
pip install -r requirements.txt

Usage

cd webtune

python3 webtune.py    # This will search for music files in current folder

Or you can manually provide music folder path

python3 webtune.py -d {folder_path} 

Credit

AmplitudeJS for thier great Open Source HTML5 Web Audio Library.

About

web based music player


Languages

Language:CSS 53.1%Language:JavaScript 30.1%Language:Python 8.9%Language:HTML 7.9%