- Transcribe voice to clipbord.
- Paste into your favorite LLM.
- Save time.
- Python 3.11 or Python 3.12
- Git
- git-lfs
- Windows
I am open to Linux and MacOS support but would need someone to help me test it.
Download the latest release (i.e. the .zip file) and extract its contents to your computer. Then navigate to the folder containing main.py
and create a virtual environment.
python -m venv .
Activate the virtual environment.
.\Scripts\activate
Run the installation script.
install.py
Activate the virtual environment and start the program:
python main.py
Choose the Whisper model you want to use and click "Update Settings". The first time you choose a particular model it will automatically download it.
Start recording...speak...stop recording, then use control + v
or right-click and "paste" the transcription into whatever program you want; for example, into the browser window for ChatGPT.
- Not that the transcripton is automatically copied to the clipboard. The "Copy to Clipboard" button allows you to edit the transcription and re-copy it.