Skip to content

This is a python script using whisper to type with your voice

License

Notifications You must be signed in to change notification settings

dynamiccreator/whisper-typer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper-typer-tool

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

About

This is a python script using whisper to type with your voice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages