masadsummair / Voice-Controlled-Shell

Voice-Controlled-Shell using python and c.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice-Controlled-Shell

Need to install these packages :

sudo apt-get install python3 python3-pip

pip3 install SpeechRecognition

sudo apt install python3-pyaudio

pip3 install PyAudio

pip3 install pyttsx3

sudo apt install libespeak1

To build

cc -fPIC -shared -o functions.so functions.c

To Run

python3 main.py

About

Voice-Controlled-Shell using python and c.


Languages

Language:Python 95.2%Language:C 4.8%