Skip to content

A standalone Database Management System project using Python and Sqlite3. The aim of this project is to develop a simple, easy to use and centralized Music Management Database System. A 5TH Semester DBMS mini project.

Notifications You must be signed in to change notification settings

Syed-Sarkheel/Philharmonic-Music-Data-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Philaharmonic-Music-Data-Management-System

A standalone Database Management System project using Python and Sqlite3. The aim of this project is to develop a simple, easy to use and centralized Music Management Database System. This application will store the information of artists, songs, albums,genre, etc. The application is built for users to search songs and albums based on various searching parameters. Upon searching for a song the user will be provided with a non-audio based output such as artist name, album name,release date and other details.Using these parameters and the songs from the database, users are also allowed to create and view playlist based on the individual attributes of the songs.

To run the code we have to install additional python packages, open command promt and enter the following commands:

tkinter:

pip install tkinter

pillow:

pip install pillow

Screenshots:

Login Page:

image

Admin Page:

image

Add Tracks:

image

Delete Tracks:

image

View Tracks:

image

User Page:

image

Create Playlist Page:

image

About

A standalone Database Management System project using Python and Sqlite3. The aim of this project is to develop a simple, easy to use and centralized Music Management Database System. A 5TH Semester DBMS mini project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages