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.
- 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.
Install the required Python libraries before running the application.
pip install tk
pip install SpeechRecognition
pip install pyautogui