mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-12-19 00:30:16 +00:00
26 lines
450 B
Markdown
26 lines
450 B
Markdown
|
This project contains Ai powered voice activated music player system
|
||
|
the system supports mp3,wav and mpeg audio files
|
||
|
|
||
|
To run the program execute the assistant.py file and say the desired song according to your mood
|
||
|
|
||
|
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
|