Skip to content

Microphone to Text App is a simple desktop application built with Python and Tkinter that records audio from your microphone, transcribes it into text using OpenAI Whisper, and provides convenient options to save and copy the transcription.

Notifications You must be signed in to change notification settings

TronMetatron/-Microphone-to-Text-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ™οΈ Microphone to Text App

Microphone to Text App is a simple desktop application built with Python and Tkinter that records audio from your microphone, transcribes it into text using OpenAI Whisper, and provides convenient options to save and copy the transcription.

The app is ideal for quick note-taking, meeting transcription, or speech-to-text workflows β€” all from your local machine.


✨ Features

  • 🎀 Live Microphone Recording – Capture audio directly from your system microphone.
  • πŸ“ Accurate Transcription – Uses the Whisper large model for high-accuracy speech-to-text.
  • πŸ’Ύ Automatic Saving – Transcriptions are saved as timestamped .txt files in a textwhisper folder.
  • πŸ“‹ Clipboard Copy – Instantly copy transcribed text to your clipboard.
  • πŸ–₯ Simple GUI – User-friendly interface powered by Tkinter.

πŸ“¦ Requirements

You will need:


πŸ”§ Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/microphone-to-text-app.git
    cd microphone-to-text-app

About

Microphone to Text App is a simple desktop application built with Python and Tkinter that records audio from your microphone, transcribes it into text using OpenAI Whisper, and provides convenient options to save and copy the transcription.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages