Initial version

This commit is contained in:
El Mau 2022-04-19 22:03:45 -05:00
parent 3dd8bda79f
commit f033f0e2c4
3 changed files with 23 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
# ---> Python
nerd-dictation/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@ -1,3 +1,21 @@
# zaz-talk2me
Dictation support for LibreOffice
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
```

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
vosk