diff --git a/.gitignore b/.gitignore index 55be276..7027f39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ # ---> Python + +nerd-dictation/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 67d6462..09e92ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # zaz-talk2me -Dictation support for LibreOffice \ No newline at end of file +Dictation support for LibreOffice + +**Important**: Only for Linux and LibreOffice install from distribute repositories. + +Support for English and Spanish. + +Dependencies: + +Ubuntu +``` +sudo apt install xdotool +pip install --user vosk +``` + +Arch +``` +sudo pacman -S xdotool +pip install --user vosk +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..929ccb5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +vosk