DEV Community

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

Posted on

2 2 1 1 1

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

Image of PulumiUP 2025

From Cloud to Platforms: What Top Engineers Are Doing Differently

Hear insights from industry leaders about the current state and future of cloud and IaC, platform engineering, and security.

Save Your Spot

Top comments (0)

PulumiUP 2025 image

PulumiUP 2025: Cloud Innovation Starts Here

Get inspired by experts at PulumiUP. Discover the latest in platform engineering, IaC, and DevOps. Keynote, demos, panel, and Q&A with Pulumi engineers.

Register Now

👋 Kindness is contagious

Dive into this thoughtful article, cherished within the supportive DEV Community. Coders of every background are encouraged to share and grow our collective expertise.

A genuine "thank you" can brighten someone’s day—drop your appreciation in the comments below!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found value here? A quick thank you to the author makes a big difference.

Okay