CodeAlpha_VoiceAssistant

🗣️ Voice Assistant

Developed by Samith Mendis
© 2025 All Rights Reserved

A commercial desktop voice assistant application powered by Python. This intelligent assistant listens to your voice commands, speaks responses, and performs automated actions like opening websites, retrieving Wikipedia summaries, and telling the time.

⚠️ This product is proprietary and licensed. Unauthorized redistribution or resale is strictly prohibited.

💼 Key Features

📦 System Requirements

📥 Installation & Setup

1. Install Required Packages

Run this in Command Prompt:

pip install SpeechRecognition pyttsx3 wikipedia pyaudio

If pyaudio fails:

pip install pipwin
pipwin install pyaudio

2. Launching the Assistant

Option A: Command Line

python VoiceAssistant.py

Option B: Double-Click (Windows)

Double-click Setup.bat to auto-install dependencies and launch the assistant.

📁 File Structure

CodeAlpha_VoiceAssistant/
│
├── VoiceAssistant.py
└── Setup.bat

📜 License

This software is licensed for individual or commercial use under a proprietary license. Redistribution, modification, or resale is not permitted without written authorization from the owner.

See LICENSE for full terms.

👨‍💻 Author

Samith Mendis
GitHub: @dsamithmendis
Email: [samithmendis.01@gmail.com]