Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onnesok/python-virtual-assistant
A Python-based virtual assistant that can perform various tasks such as telling the time, creating files, opening applications, capturing selfies, searching the web, and retrieving information from Wikipedia.
https://github.com/onnesok/python-virtual-assistant
python virtual-assistant
Last synced: 9 days ago
JSON representation
A Python-based virtual assistant that can perform various tasks such as telling the time, creating files, opening applications, capturing selfies, searching the web, and retrieving information from Wikipedia.
- Host: GitHub
- URL: https://github.com/onnesok/python-virtual-assistant
- Owner: Onnesok
- Created: 2024-08-12T18:26:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:02:15.000Z (3 months ago)
- Last Synced: 2024-08-19T20:10:51.689Z (3 months ago)
- Topics: python, virtual-assistant
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Virtual Assistant
This is a simple Python-based virtual assistant that can perform various tasks such as telling the time, creating files, opening applications, capturing selfies, searching the web, and retrieving information from Wikipedia.
## Features
- **Voice Commands**: Control the assistant using voice commands starting with "Computer".
- **Time Inquiry**: Ask for the current time.
- **File Creation**: Command the assistant to create a new file.
- **Camera Control**: Open the camera or take a selfie.
- **Application Launcher**: Open basic applications like Notepad and Calculator.
- **Web Search**: Perform Google searches directly from the assistant.
- **Wikipedia Integration**: Retrieve summaries from Wikipedia.
- **Command Recognition**: Recognizes variations of commands for a more natural interaction.## Installation
First clone the repository```bash
git clone https://github.com/Onnesok/python-virtual-assistant.git
```
Install packages / libraries```bash
pip install SpeechRecognition pyttsx3 opencv-python wikipedia-api pyaudio
```# [Still working on it]
details will be provided soon...