Automate your shopping list with Voice Commands and Email in Python | Speech Recognition

Опубликовано: 25 Июль 2026
на канале: HitraN the Programmer
1,357
23

Today I’m going to address one of the most problematic aspects of my life, forgetting to buy something that I really need from the shop. We are going to use python's voice recognition API (speech_recognition and pyttsx3) to get our voice commands. Then we are going to send the fully finished shopping list as email.

I really can’t tell you how many times I’ve gone to the shop to buy soap for example and I’ve come home with chips, snacks, toilet paper of course, but not the actual soap I needed. But I say this NO MORE today we are automating our shopping list and just to be sure we are going to send it as an email, so we are able to check it in the store.

Table of Content:
0:00 Intro
0:44 Idea
2:26 Add stuff to shopping list
5:36 Sending shopping list email
7:18 Shopping

Source Code:
https://github.com/HitraNOfficial/Pyt...

For more info on how to install libraries/problems with microphone:
https://github.com/HitraNOfficial/Pyt...


Tutorial for sending email:
   • Create email and text message SMS alerts w...  

Tutorial for .env file:
   • Python .env File |  Django .env File Examp...