Skip to content

Python Music Player is an application build using Python Programming Language that allows us to Play, Pause, Stop, Rewind, Mute and Unmute music. It also allows us to Add and Delete music from the Playlist with a Status Bar displaying the Currently Playing Music and the Status of the music (i.e) whether the music is playing, stopped, resumed or …

Notifications You must be signed in to change notification settings

avinash3699/Python-Music-Player

Repository files navigation

Python-Music-Player


Python Music Player is an application build using Python Programming Language that allows us to Play, Pause, Stop, Rewind, Mute and Unmute music. It also allows us to Add and Delete music from the Playlist with a Status Bar displaying the Currently Playing Music and the Status of the music (i.e) whether the music is playing, stopped, resumed or rewinded. It also shows the Total Duration and Remaining Duration of the currently playing music. This application has Shortcut Keys for the Player Functionalities. It also shows the function of the Button in the status bar when the cursor hovers over it. Last but not the least, it also has an User Friendly GUI.


Modules Included:

        tkinter 
        pygame
        threading
        mutagen
        keyboard
        ttkthemes
        time
        os

Module Installation Commands:

        pip install pygame
        pip install mutagen
        pip install keyboard
        pip install ttkthemes

Button Images from FlatIcon

Screenshot of the Application

Python Music Player

About

Python Music Player is an application build using Python Programming Language that allows us to Play, Pause, Stop, Rewind, Mute and Unmute music. It also allows us to Add and Delete music from the Playlist with a Status Bar displaying the Currently Playing Music and the Status of the music (i.e) whether the music is playing, stopped, resumed or …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages