Skip to content

A Music Player System implemented using data structures and OOPS in Python

License

Notifications You must be signed in to change notification settings

simrann20/Music-Player-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player System

In this project, a generic music player system using python program with certain features is implemented. The goal is to use data structure and perform certain operations on the music player where songs are added. Here the implementation consist basic use of OOP and fundamental concepts like sorting, insertion, deletion of the songs from the created playlist.

Skills & Tools Covered

  • Linked list
  • operations on linked list
  • sorting the playlist
  • shuffling the songs and deletion of the songs.