Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Saverio976/bobot-inette

Repository files navigation

botbot-inette

control you pc with the voice still work in progress

this will run only on linux, with x11 x server (most disro use it)

requirements

use the installation script

git clone https://github.com/Saverio976/bobot-inette.git botbot-inette
cd botbot-inette
./install.sh

or

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Saverio976/bobot-inette/main/install.sh)"

manualy

git clone https://github.com/Saverio976/bobot-inette.git botbot-inette
cd botbot-inette
  1. install tkinter
  • arch: pacman -S tk
  • debian: apt install python-tk
  1. install PortAudio
  • arch: pacman -S portaudio
  • debian: apt install portaudio
  1. install xdotool
  • arch: pacman -S xdotool
  • debian: apt install xdotool
  1. install ffmpeg
  • arch: pacman -S ffmpeg
  • debian: pacman -S ffmpeg
  1. install python packages dependences

pip install -r requirements.txt

or

python3 -m pip install -r requirements.txt

start

python3 main.py -h

or

./main.py -h

what can you do

  1. open (en) / ouvre (fr)

open a input box for you to specify which program you want to launch

  1. play (en) / joue (fr)

open a input box to ask for music name and open the first result in youtube

  1. go to (en) / va (fr)

open a input box to ask what application you want to switch to

  1. quit (en) / quitte (fr)

open a confirm box to kill your old current application

  1. talk (en) / parle (fr)

get a chatbot to talk to

About

little program to launch program with speech (using vosk or speechrecognition)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published