Skip to content

A simple voice recorder application built using Tkinter in Python

Notifications You must be signed in to change notification settings

er-hiba/Voice-Recorder-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a simple voice recorder application built using Tkinter in Python. It allows users to start and stop audio recording, save the recorded audio as a WAV file, and displays the recording duration in real-time.

Installation

Install the required Python packages using pip:

pip install sounddevice soundfile

Screenshots