This is a simple MP3 player that allows you to play, pause, and stop MP3 files using Python and the VLC library. The program uses PySimpleGUI
to create a simple GUI for selecting and controlling the MP3 playback.
The following libraries are required to run the program:
- vlc
- PySimpleGUI
You can install these libraries using pip:
pip install python-vlc
pip install PySimpleGUI
To use the MP3 player, simply run the Untitled.ipynb script. You will be presented with a simple window that allows you to browse for an MP3 file and control playback.
- Click on the
Browse
button to select an MP3 file. - Click on the
Play
button to start playback. - Click on the
Pause
button to pause playback. - Click on the
Stop
button to stop playback. You can exit the program by clicking on theX
button in the top-right corner of the window or by pressing theOK
button.