Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 615 Bytes

File metadata and controls

21 lines (12 loc) · 615 Bytes

Project

This is a basic music player project which is used to play music.

Usage

Once we run it, we get a GUI with 2 buttons. 'Select Songs' and 'o'. We select a song through the 'Select Songs' button and 'o' button is used to start or stop the song. It supports Python3 and have used Pycharm for it.

Note

Audio files should be present in same folder as .py file is present.

Dependencies

Have to install library to get functional

  • pip install pygame (in command line terminal)

Screenshot

MusicPlayer