An application that enables you to speak and write like some mobile keyboards and works offline.
It uses live speech to convert speech to text and then write it automatically in supported applications and for others is copies the text to clipboard.
git clone https://github.com/Sherry65-code/tuxwrite
cd tuxwrite
pip install -r req.txt
# Download a voice model and edit its language in config.py (save it by unzipping it to $HOME/.cache/vosk/<model>)
python3 main.py
- vosk
- pyclip
- pynput
- tkinter
MIT License
Parambir Singh