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