You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Voice-Controlled To-Do List is a Python-based desktop application that allows users to manage their tasks using both typed input and voice commands. It leverages the Tkinter library for the GUI and SpeechRecognition to accept voice input. Users can add, view, and remove tasks easily, either by typing or speaking.
6
+
7
+
8
+
Features
9
+
-Add tasks by typing into the input field.
10
+
-Add tasks via voice commands using the microphone.
11
+
-Remove selected tasks from the list.
12
+
-Simple, intuitive user interface built with Tkinter.
0 commit comments