Skip to content

ZayanMuhammed/winvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

🔊 Voice Command Assistant (Windows Only)

A simple Python voice recognition tool that listens for commands like "lock" or "stop" and performs system actions such as locking the workstation.
Built using speech_recognition and tkinter for simple message dialogs.


📁 Project Structure

src/
 └── main.py           # Main script that handles voice recognition and commands
requirements.txt       # Python dependencies
venv/                  # Virtual environment (optional)
run.bat                # Shortcut to launch the project
.gitignore             # Git ignore rules
README.md              # This file

⚙️ Requirements

  • Windows 10 or later
  • Python 3.8+
  • A working microphone
  • Internet connection (for Google Speech Recognition)

Install dependencies with:

pip install -r requirements.txt

▶️ Usage

  1. Activate your virtual environment (optional):
    venv\Scripts\activate
  2. Run the program:
    python src/main.py
    or use:
    run.bat

🎤 Voice Commands

Command Action
lock Locks your Windows workstation
lockdown Same as lock
stop / quit Stops the program with message
More Comming soon...

⚠️ Notes

  • This tool currently supports Windows only.
  • Internet connection is required for speech recognition (Google API).
  • To stop the script, say “stop” or press Ctrl + C in the terminal.

🧠 Author

Developed by Zayan Muhammed 🛠️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors