https://github.com/codewithmayank-py/python-voice-assistant
Virtual Assistant: a Python tool for simple tasks like search, Wikipedia, and opening apps. CLI-based, flexible, and easy to customize.
https://github.com/codewithmayank-py/python-voice-assistant
python python3 speech-processing speech-recognition speech-to-text voice-assistant voice-commands
Last synced: 3 months ago
JSON representation
Virtual Assistant: a Python tool for simple tasks like search, Wikipedia, and opening apps. CLI-based, flexible, and easy to customize.
- Host: GitHub
- URL: https://github.com/codewithmayank-py/python-voice-assistant
- Owner: CodeWithMayank-Py
- Created: 2023-06-13T16:50:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T16:59:06.000Z (about 2 years ago)
- Last Synced: 2025-01-18T00:46:25.727Z (5 months ago)
- Topics: python, python3, speech-processing, speech-recognition, speech-to-text, voice-assistant, voice-commands
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual Assistant
![]()
Virtual Assistant is a Python-based project designed to perform simple tasks with ease.
π Built with Python and using external libraries such as Speech Recognition and pyttsx3, Virtual Assistant offers a range of features that can be customized to meet your specific requirements.
π‘ Featuresππ
- π Searchon Wikipedia
- π Search on Google
- π₯ Play YouTube Videos
- π¬ Send WhatsApp Messages
- π§ Send Emails
- π Get Random Advice Jokes
- π¬ Get Trending Movies
- π° Get Latest News Headlines
- βοΈ Get Weather Report
- π₯οΈ Open Desktop Applications (Calculator, Google, Notepad, Camera, Command Prompt, etc.)
π§ Simply download the code and follow the installation instructions to get started. We welcome feedback and contributions from the community, so please don't hesitate to reach out to us with any suggestions or ideas.
βοΈ Contents of `.env` file:
USER=YourUserName
BOTNAME=JARVIS
EMAIL=YourEmail
PASSWORD=YourPassword
NEWS_API_KEY=YourNewsAPIKey
OPENWEATHER_APP_ID=YourOpenWeatherAppID
TMDB_API_KEY=YourTMDBAPIKey
π Replace the placeholders with your own values. Don't forget to obtain the API keys from the respective websites:
- π° NEWS_API_KEY
- βοΈ OPENWEATHER_APP_ID
- π¬ TMDB_API_KEY