Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 633 Bytes

Python-interactive-music-player

this is an offline music player made using python. It is an interactive music player in which we can customize the wallpaper of the music player. With this we can load songs from our folders,mostly mp3,.wav,etc. This could give the name , artist,genre and the album of the songs without surfing the internet. Mutagen is used for getting the metadata from the song. Os module is used for loading the songs into the music player. Tkinter is used for the gui. Pygame.music module is used for the song operation

for installing mutagen:pip install mutagen.

for intalling pygame:pip install pygame.