Description
ARIA — Voice Assistant
Tech: Python 3.x + SpeechRecognition + pyttsx3 + Wikipedia
Level: B.Tech / MCA Intermediate
Category: Python & AI — Tech Mishra
Features
- Speaks and listens via microphone
- Text mode available (no microphone needed)
- Commands: time, date, notes, Google search, YouTube, Wikipedia, jokes, battery, app opener
- Saves notes and command history
- Works on Windows, Mac, Linux
Requirements
SpeechRecognition
pyttsx3
wikipedia
psutil
pyaudio
Installation & Run
pip install SpeechRecognition pyttsx3 wikipedia psutil
# PyAudio (Windows):
pip install pyaudio
# PyAudio (Linux):
sudo apt install portaudio19-dev && pip install pyaudio
python app.py
Voice Commands
| Say This | Action |
|---|---|
| “What time is it?” | Tells current time |
| “What’s today’s date?” | Tells date |
| “Take a note…” | Saves a note |
| “Search for React.js” | Opens Google search |
| “Open YouTube” | Opens YouTube |
| “Tell me about Python” | Wikipedia summary |
| “Tell me a joke” | Tells a joke |
| “Bye” / “Exit” | Closes assistant |
Purchased from Tech Mishra — a-pexdeveloper.in





Reviews
There are no reviews yet.