Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.