Coder Social home page Coder Social logo

sonwanesuresh95 / flask-music-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akki111singh/flask-music-app

0.0 1.0 0.0 245.46 MB

A Music player app in Flask which can manage playlists,Download songs,etc;

Python 6.29% CSS 23.29% JavaScript 14.13% Shell 0.18% HTML 56.11%

flask-music-app's Introduction

Flask-Music-app

A Simple MUsic web app with flask as framework in python, sql as database that can play music,manage playlists,Download songs,etc.

Prerequisites

Python 3.0
mysql

Packages required:

flask
passlib
flask_mail
flask_mysqldb
wtforms
bs4
youtube-dl(Install using 'sudo pip3 install --upgrade youtube-dl'  )

Installing Packages

* Do pip3 install -r requirements.txt

Import sql table

* Create Database named as my_music in my_music.
* mysql -u root -p my_music < table.sql

How to Run app:

* Clone the repo to your local machine.
* Install the above given packages.
* Replace the app.config['MYSQL_PASSWORD']='Enter your sqlpassword'( line 21 in app.py) with you sql password.
* Replace the Email and password in config.cfg with Email and password of mail from which you want to send the confirmation. mail.
*Import the table.sql using above steps.
* Then do python3 app.py.
* open http://127.0.0.1:5000/ in Your local browser.

Features

 * Login
 * Register and verify using Confirmation mail.
 * Play albums using music player.
 * Download any song of your choice from Search bar.
 * Create Private and public playlists.
 * See the other users Public playlists.

How to Contribute:

  * Fork the project using the fork option.
  * Clone this repository to your local machine.
  * Now add upstream by using command - **git remote add upstream "name of my repo"**
  * Create a new branch on your local machine.
  * Start contributing and make a pull request to apply these changes.

Future improvements

  * Improve UI
  * Add downloaded songs in Playlists also.
  * Add Seek in Music palyer.
  * Improvement in Music Albums.

Current Look

alt text

You can report any other issues also.

flask-music-app's People

Contributors

akki111singh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.