A simple music player that can play MP3 files and allows the user to create and manage playlists.
This has been made using customtkinter
module and pygame
module.
To make the code work, you need to install following packages:-
pip install tkinter
pip install customtkinter
pip install Pillow
pip install pygame