Skip to main content

Command Palette

Search for a command to run...

Voice Control Menu in Python

Published
1 min readView as Markdown
Voice Control Menu in Python
S

I am a learner who likes to get behind the new technologies of the world and integrate them for a more efficient workflow. Currently learning AWS, GitOps, Kubernetes, and much more...

Hi there! Today we are going to create a python-based voice-controlled menu program. In this menu, we will integrate some of the basics technologies like AWS, Linux in our menu.

Let's start

In this menu the main modules which have been used are :

  • speech_recognition
  • os
  • subprocess
  • time
  • pyttsx3

You can install these modules using

pip install <module_name>

and check if the modules are installed using

pip list

Now let's write the code for our menu. After writing the code for the menu and it looks like this

Screenshot (1148).png

You can check the repository here

This was our simple voice-controlled menu in python. That's it for this one see you next time ...!!

10 views

More from this blog

Written Wisdom

35 posts

I'm a 22-year-old boy with a passion to learn about the DevOps Landscape. I love to explore things and deep dive into how these little pieces of code come together to form such state-of-the-art tools.