https://github.com/oviwanazul124/python-virtual-asistant
Virtual Assistan using Python
https://github.com/oviwanazul124/python-virtual-asistant
python virtualassistant
Last synced: 4 months ago
JSON representation
Virtual Assistan using Python
- Host: GitHub
- URL: https://github.com/oviwanazul124/python-virtual-asistant
- Owner: oviwanazul124
- Created: 2024-07-15T06:22:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-02T13:55:44.000Z (5 months ago)
- Last Synced: 2026-01-06T08:11:39.058Z (5 months ago)
- Topics: python, virtualassistant
- Language: Python
- Homepage:
- Size: 112 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 virtual assistant, that will help you to do some basics task via voice commands using WhisperAI recognition model
## Features
Right now the assistant is able to do:
- Open Webs: Domains like google, youtube or others
- Open App: Right now opens app like calc.exe or others [This feature is only developed for Windows, also dosen't have any type of filtrer of what apps is executing]
- Shutdown: Turns off your device, dosen't ask for confirmations [I'm working to add a confirmation]
- Wikipedia Search: The assistant is able to read from wikipedia and talk about it
- Support for two languages:
- Spanish
- English
- You can easily add your own commands. For more information refer to the [documentation]()
## Installations instructions
This will be updated when the first release is reached, right now only the source code is published.
## Usage
This also will be updated when the first release is reached, right now only the source code is published.
## Configuration
You can easily add more languages by adding it to the languages folder or modify some basics configurations in the config.ini. For more information refers to the [documentation]()