Windows Voice Assistant
Project description
Dikshant - Windows Voice Assistant
Dikshant is a lightweight background voice assistant for Windows that activates on the phrase "hey friend". It can perform system-level tasks like opening applications, shutting down, or executing custom commands — all using natural language.
🔥 Features
- 🎙️ Wake-word activation with "hey friend"
- 🖥️ Executes system commands (e.g., open apps, shutdown)
- 🧠 Understands natural language instructions
- 🔁 Runs in the background after launch
- 📦 Easy to install via
pip
Supported Commands (v0.1.0)
(All require wake phrase: "Hey friend")
- Application Control "Hey friend open notepad"
"Hey friend launch chrome"
"Hey friend start calculator"
- Website Navigation "Hey friend open youtube" → Opens YouTube in default browser
"Hey friend visit google" → Opens Google
"Hey friend go to github" → Opens GitHub
- Assistant Control "Hey friend take rest" → Stops the assistant
"Hey friend go to sleep" → Alternative stop command
📦 Installation
Install directly from PyPI:
pip install dikshant
🚀 Usage
After installation, launch it from the terminal:
dikshant
Then simply speak commands like:
- "Hey friend, open notepad"
- "Hey friend, take rest" (to stop the assistant)
🧑💻 Programmatic Usage You can also use Dikshant as a Python module in your own scripts:
from dikshant import Dikshant
assistant = Dikshant()
assistant.start()
🛠 Requirements
Most dependencies will be auto-installed via pip, but core ones may include:
speechrecognitionpyaudio(may need manual install for Windows)pyttsx3pywin32
💡 If
pyaudiofails during install, use:pip install pipwin pipwin install pyaudio
📃 License
This project is licensed under the MIT License.
🙋♂️ Author
Dikshant Ghimire
Feel free to customize and extend!
💬 Contributions
Pull requests, issues, and suggestions are welcome!
Please ensure you follow best practices and lint your code.
🧪 Coming Soon
- Cross-platform support (Linux/Mac)
- GUI interface
- Integration with AI-based NLU
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dikshant-0.1.9.tar.gz.
File metadata
- Download URL: dikshant-0.1.9.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867651884e4f8cd2b1024805c10d4e43add91d5bc682926e3c8a607aabca013d
|
|
| MD5 |
6feb36f27523fad73c2664134abf15b1
|
|
| BLAKE2b-256 |
51bf637bb59baee02e641bcd09a0504a92b93c40bc5be77c7968300f840d521e
|
File details
Details for the file dikshant-0.1.9-py3-none-any.whl.
File metadata
- Download URL: dikshant-0.1.9-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
587fb59154bf9834fd57cca1c2ef610f9b316ffb8f2739224fd815cddef0944b
|
|
| MD5 |
9fd04165626cafb90c6f482564457064
|
|
| BLAKE2b-256 |
2ea9b25a7ef8da1a7ce6de18029d462faceb1b8d2815dd9d60bf292e5a43c376
|