Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Voice-Controlled Screen Control App

This is a Python application that enables voice-controlled scrolling and zooming using the tkinter GUI library, speech_recognition for voice recognition, and pyautogui for simulating scrolling and zooming actions.

Features

  • Start and stop voice recognition with the click of a button.
  • Recognizes voice commands for scrolling up, scrolling down, zooming in, and zooming out.
  • Adjustable scroll amounts for regular and "little" increments.
  • Provides real-time feedback on recognized commands.

Prerequisites

Install the required Python libraries before running the application.

pip install tk
pip install SpeechRecognition
pip install pyautogui

About

This is a Python application that enables voice-controlled scrolling and zooming using the tkinter GUI library, speech_recognition for voice recognition, and pyautogui for simulating scrolling and zooming actions.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages