This is a script using openai/whisper to type with your voice.
Start the script and press a hotkey (F8 by default) to toggle recording. The hotkey is global (available from any window).
When you press the hotkey to stop recording, the script will transcribe the recording and type text starting at the current cursor position in any input field of any window.
- Install poetry
- Install dependencies using
poetry install
- Start the script using
poetry run ./whisper-typer