mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-17 13:58:10 +00:00
updated readme
This commit is contained in:
parent
72d6f9ed73
commit
912a44699b
|
@ -1,25 +1,33 @@
|
||||||
This project contains Ai powered voice activated music player system
|
# Voice_assited_musicplayer
|
||||||
the system supports mp3,wav and mpeg audio files
|
This project contains Ai powered voice activated music player system.
|
||||||
|
The system supports mp3,wav and mpeg audio files.
|
||||||
|
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**)
|
||||||
|
It can also load music files form other directories.
|
||||||
|
|
||||||
To run the program execute the assistant.py file and say the desired song according to your mood
|
To run the program execute the assistant.py file and say the desired song according to your mood
|
||||||
|
# preview
|
||||||
|
![image](https://user-images.githubusercontent.com/115635715/195788102-1906c8b2-edd7-456b-9a10-7130bfb19704.png)
|
||||||
|
|
||||||
features of the music player:
|
![image](https://user-images.githubusercontent.com/115635715/195788334-144aab6a-bb67-42a1-a427-63ceef34a8fe.png)
|
||||||
-backward button
|
|
||||||
-forward button
|
|
||||||
-pause/play button
|
|
||||||
-progress bar
|
|
||||||
-volume button
|
|
||||||
-delete button
|
|
||||||
-load file button
|
|
||||||
|
|
||||||
|
|
||||||
Requirements:
|
## Features of the music player:
|
||||||
pyttsx3
|
-backward button<br>
|
||||||
SpeechRecognition
|
-forward button<br>
|
||||||
os
|
-pause/play button<br>
|
||||||
datetime
|
-progress bar<br>
|
||||||
pickle
|
-volume button<br>
|
||||||
tkinter
|
-delete button<br>
|
||||||
pygame
|
-load file button<br>
|
||||||
mutagen
|
|
||||||
time
|
|
||||||
|
## Requirements:<br>
|
||||||
|
pyttsx3<br>
|
||||||
|
SpeechRecognition<br>
|
||||||
|
os<br>
|
||||||
|
datetime<br>
|
||||||
|
pickle<br>
|
||||||
|
tkinter<br>
|
||||||
|
pygame<br>
|
||||||
|
mutagen<br>
|
||||||
|
time<br>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user