whisper-typer-tool

May 6, 2025 ยท View on GitHub

This is a python script using openai/whisper to type with your voice. After you start the script you just press F2 to start/stop recording. After the record is finsihed, it will type what you said starting at the current cursor position in any editor,input field etc.

Setup Instructions

Step 1 (Linux - Ubuntu, Debian):

sudo apt-get install python3 python3-pip git ffmpeg

Step 1 (Windows):

Step 1 (MAC OS - not tested):

Download and Install ffmpeg, git and python3

Step 2: (If you have not installed uv)

pip install uv

Step 3:

uv init

Step 4:

uv add -r requirements.txt

Step 5:

uv run whisper-typer-tool.py