Control your computer using just your voice. Just like JARVIS in Iron Man.
This uses modules such as Speech recognition from CMUSphinx, requests, and webbrowser to perform its tasks.
Arch/Manjaro:
sudo pacman -S python python2 wmctrl xdotool python-pip python2-pip python-pylint python2-pylint python-pyaudio python-lxml python2-lxml python-setuptools python2-setuptools python-wheel python2-wheel
Debian/Ubuntu:
sudo apt install wmctrl xdotool python-pip python3-pip *pylint *pyaudio python
pip install --user SpeechRecognition lxml requests pynput mouse setuptools wheel
pip install --user SpeechRecognition requests pynput mouse
python3 jarvis-linux.py