Lazy Writer is an intelligent, user-friendly speech-to-text desktop application for Windows, powered by Whisper AI and enhanced with modern APIs.
It enables real-time audio recording, pause/resume support, and automatic transcription wit
β
Real-time speech recording (with Pause/Resume)
β
Accurate transcription using OpenAI's Whisper AI
β
Easy copy-to-clipboard functionality
β
Lightweight, modern GUI using Tkinter
β
Local processing (no internet required after installation)
β
Clean and intuitive design
β
Status and timer indicators
- Python 3.9+
- Whisper AI
- SoundDevice
- Pyperclip
- Tkinter GUI
- FFmpeg (required)
- Python 3.9 or later installed.
- FFmpeg installed and added to your system
PATH. - Whisper Model will be automatically downloaded on first run.
pip install -r requirements.txt