Skip to content

Commit 912a446

Browse files
updated readme
1 parent 72d6f9e commit 912a446

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed
+28-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
1-
This project contains Ai powered voice activated music player system
2-
the system supports mp3,wav and mpeg audio files
1+
# Voice_assited_musicplayer
2+
This project contains Ai powered voice activated music player system.
3+
The system supports mp3,wav and mpeg audio files.
4+
It can also play songs according to yor emotion(files need to be stored in voice_assisted_musicplayer/Songs/[-] **folder name according to your choice**)
5+
It can also load music files form other directories.
36

47
To run the program execute the assistant.py file and say the desired song according to your mood
8+
# preview
9+
![image](https://user-images.githubusercontent.com/115635715/195788102-1906c8b2-edd7-456b-9a10-7130bfb19704.png)
510

6-
features of the music player:
7-
-backward button
8-
-forward button
9-
-pause/play button
10-
-progress bar
11-
-volume button
12-
-delete button
13-
-load file button
11+
![image](https://user-images.githubusercontent.com/115635715/195788334-144aab6a-bb67-42a1-a427-63ceef34a8fe.png)
1412

1513

16-
Requirements:
17-
pyttsx3
18-
SpeechRecognition
19-
os
20-
datetime
21-
pickle
22-
tkinter
23-
pygame
24-
mutagen
25-
time
14+
## Features of the music player:
15+
-backward button<br>
16+
-forward button<br>
17+
-pause/play button<br>
18+
-progress bar<br>
19+
-volume button<br>
20+
-delete button<br>
21+
-load file button<br>
22+
23+
24+
## Requirements:<br>
25+
pyttsx3<br>
26+
SpeechRecognition<br>
27+
os<br>
28+
datetime<br>
29+
pickle<br>
30+
tkinter<br>
31+
pygame<br>
32+
mutagen<br>
33+
time<br>

0 commit comments

Comments
 (0)