Git Product home page Git Product logo

songify's Introduction

Songify

Project setup

  • Once installed, open terminal ( console) in the directory where you stored Songify. Then execute

    cd Songify
    
  • Install all libraries from requirements.txt using

    pip install -r requirements.txt
    
  • Grant permissions to files:

    chmod -x app.py
    chmod a+x create-table.py
    
  • To setup the SQLite3 db, you need to execute a python script:

    python create-table.py
    

    Note: Currently you need not execute above statement if you are able to open musicDB.db in your local machine.

  • This will create file, musicDB.db. You can open it using sqlitebrowser.

  • If you don't have sqlitebrowser, follow the steps to download this by clicking here

  • Once the db is created you can run the server using following command:

    python app.py
    
  • Open the project in web browser using

    http://127.0.0.1:5000/

Screenshots

Homepage

Home

Create song

Click "Create New Song" button in homepage. Create

View song

Click "View" button in homepage of that particular song division.

This link is unique for every song. View

Download song

Click the "three dot menu button" of the audio file of the song division that you want to download. You get prompt to "Download". Click to download the song. Download

Edit song

After clicking "Edit" button. Edit_1

Updated data change visible in homepage Edit_2

Search using title

SearchTitle

Search using artist

SearchArtist

Search using album

SearchAlbum

Delete song

Click "Delete" button in homepage in the song division that you want to delete. The view of homepage once you delete song with ID:1. DeletedSong

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.