Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qappevox/voice-assistant
I'ts just a voice asistant for windows.
https://github.com/qappevox/voice-assistant
kivy kivy-framework kivymd python python-3 python-3-6 python-script speech-recognition tts voice-assistant windows-desktop
Last synced: about 3 hours ago
JSON representation
I'ts just a voice asistant for windows.
- Host: GitHub
- URL: https://github.com/qappevox/voice-assistant
- Owner: Qappevox
- License: mit
- Created: 2022-02-16T11:57:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T12:33:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T16:09:55.345Z (4 days ago)
- Topics: kivy, kivy-framework, kivymd, python, python-3, python-3-6, python-script, speech-recognition, tts, voice-assistant, windows-desktop
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voice-Assistant
It's just a voice assistant for windows.If you want convert to exe, you can use PyInstaller library .
But first for all you must import some libraries.pip install PyInstaller
pip install kivy
pip insatll kivymd
pip install playsound
pip install gTTS
pip install speech_recognition
than you can use :)
IMPORTANT WARNING: Use Python 3.6.8 version because speech_recognition library sometimes has not working other versions.