mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
images | ||
Songs | ||
.gitignore | ||
assistant.py | ||
player.py | ||
README.md |
Voice_assisted_musicplayer
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
preview
Features of the music player:
-backward button
-forward button
-pause/play button
-progress bar
-volume button
-delete button
-load file button
Requirements:
pyttsx3
SpeechRecognition
os
datetime
pickle
tkinter
pygame
mutagen
time