Skip to content

Commit 34bd121

Browse files
committed
Music player descrp
1 parent 592a1a8 commit 34bd121

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

PYTHON APPS/mp3-MusicPlayer/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Creating a mp3 Music App Using Python
2+
3+
Some of the common fetures of a music player include:
4+
5+
- Open music files,
6+
- Play music,
7+
- Pause music,
8+
- Unpause,
9+
- Stop music just to mention some of the common features.
10+
11+
The good news is, you can achieve all this with Python and with the help of some libraries. Now, it’s time to implement the above mentioned features.
12+
13+
## Expected Output
14+
15+
The following image shows the output of the app.
16+
17+
![](./images/mp3.JPG)
18+
19+
and below is after adding some music to the app.
20+
21+
![](./images/music.JPG)

0 commit comments

Comments
 (0)