We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592a1a8 commit 34bd121Copy full SHA for 34bd121
PYTHON APPS/mp3-MusicPlayer/README.md
@@ -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
+
18
19
+and below is after adding some music to the app.
20
21
+
0 commit comments