DEV Community

Cover image for VIRTUAL ASSISTANT USING PYTHON (GUI-BASED)
suryansh taragi
suryansh taragi

Posted on

VIRTUAL ASSISTANT USING PYTHON (GUI-BASED)

VIRTUAL ASSISTANT USING PYTHON
THIS IS MY SECOND YEAR (B-TECH CSE) MINI PROJECT . THIS PROJECT JUST WORK AS THE AMAZON ALEXA AND GOOGLE ASSISTANT . BUT THE FEATURES ARE LIMITED​ . NO USE OF ANY AI JUST WORKS WITH (IF-ELSE) CONDITION , CAN PERFORM SOME TASKS LIKE (OPENING ANY WEBSITE OR APPLICATION , PLAYING MUSIC , SENDING EMAILS

IDEA
The best thing about this project is that this is GUI based . tkinter is a very famous library for making GUI based projects . at starting I only thought to make this project terminal based means all the output are shown in terminal. than I remember about my childhood project (A GUI TEXT GAME) so I merge both projects which in result turns out to be pretty impressive .

INTERFACE OF THIS PROJECT

Image description

SOME LIBRARIES WHICH ARE USED:-
1.random
2.tkinter
3.Pyaudio
4.pyttssx3
5.datetime
6.webbrowser
7.speech recognizer

HOW IT WORKS
1.Making a function which use our system microphone and take our voice as input.
2.Then convert the voice format to text format.
3.Perform various functions according to that input.
4.Than again convert the text output in voice format.

THIS PPT AND GIT-REPO SUMMARIZED MY PROJECT IN DETAILED
1.POWERPOINT PRESENTATION
2.GIT REPO

Thank You

Top comments (0)