A Music Player coded in Python using Tkinter, Pygame, Mutagen and Threading libraries.
Imported Library files-- os, threading, time, tkinter, ttkthemes, pygame, mutagen.
To execute the whole repository can be cloned and music_player.py can be executed.The folder images contain the set of images used in the UI. The python notebook is also included for better understanding.
The UI is divided into three frames Left Frame, Middle Frame and Right Frame. All subframes have been names correspondingly in hierarchical manner. All functions and entities of a particular frame are present under a common group heading.