{"id":28961839,"url":"https://github.com/hyperbayislive/lucifer-assistant","last_synced_at":"2025-08-10T03:04:10.046Z","repository":{"id":300227063,"uuid":"1005598466","full_name":"HyperBayIsLive/Lucifer-Assistant","owner":"HyperBayIsLive","description":"Lucifer is a powerful, offline voice assistant built specifically for Windows 10. It brings deep system-level automation, real-time voice command processing, and a fully customizable HTML-based clock utility—solving limitations of the native Windows clock.","archived":false,"fork":false,"pushed_at":"2025-06-20T13:56:48.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T14:37:51.978Z","etag":null,"topics":["artificialintelligence","automation","customvoiceassistant","devtools","opensource","productivitytools","python","pythonautomation","pythonprojects","pythonscripts","pyttsx3","speechrecognition","speechtotext","systemcontrol","tts","voiceassistant","windows","windowsautomation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperBayIsLive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-20T13:40:51.000Z","updated_at":"2025-06-20T14:21:28.000Z","dependencies_parsed_at":"2025-06-20T14:48:42.872Z","dependency_job_id":null,"html_url":"https://github.com/HyperBayIsLive/Lucifer-Assistant","commit_stats":null,"previous_names":["hyperbayislive/lucifer-assistant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HyperBayIsLive/Lucifer-Assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBayIsLive%2FLucifer-Assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBayIsLive%2FLucifer-Assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBayIsLive%2FLucifer-Assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBayIsLive%2FLucifer-Assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperBayIsLive","download_url":"https://codeload.github.com/HyperBayIsLive/Lucifer-Assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBayIsLive%2FLucifer-Assistant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269668187,"owners_count":24456495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificialintelligence","automation","customvoiceassistant","devtools","opensource","productivitytools","python","pythonautomation","pythonprojects","pythonscripts","pyttsx3","speechrecognition","speechtotext","systemcontrol","tts","voiceassistant","windows","windowsautomation"],"created_at":"2025-06-24T02:05:36.652Z","updated_at":"2025-08-10T03:04:09.997Z","avatar_url":"https://github.com/HyperBayIsLive.png","language":"Python","readme":"# 🔊 Lucifer - A Custom Voice Assistant for Windows 10\n\n**Lucifer** is a powerful, offline voice assistant built specifically for Windows 10. It brings deep system-level automation, real-time voice command processing, and a fully customizable HTML-based clock utility—solving limitations of the native Windows clock.\n\n\u003e ⚠️ **Note:** This is a **prototype build** created for personal and experimental use. Some bugs or inconsistencies may occur.\n\n---\n\n## 🚀 Features\n\n* 🎧 **Voice Activation:** Wake words include “Hey Lucifer”, “Hello Lucy”, etc.\n* 🔐 **System Control:** Lock, sleep, restart, and shutdown via voice with confirmation.\n* 🔊 **Volume Management:** Mute, set, or adjust volume precisely.\n* 🔋 **Battery Monitoring:** Alerts when battery is below 30%.\n* ⏰ **Timers \u0026 Alarms:** Natural language support for setting time-based reminders.\n* 🌐 **Custom Clock App:** Built-in HTML interface bypasses Windows clock automation restrictions.\n* 📂 **Application Launcher:** Launch any app by name, even with fallback prompts.\n* ♻️ **Smart Session Handling:** Detects and terminates older running instances.\n* 🖥️ **Auto-Start Capability:** Adds itself to system startup using the registry.\n* ⚙️ **Audio via COM:** Uses low-level COM interfaces for precise volume control.\n* ⌨️ **Global Hotkey Exit:** Press `Ctrl + Alt + Q` to exit immediately.\n\n---\n\n## 🛠️ Setup Instructions\n\n1. **Install Dependencies**:\n\n   ```bash\n   pip install pyttsx3 speechrecognition pyaudio psutil keyboard comtypes python-dateutil\n   ```\n2. Ensure a working microphone and Brave browser (recommended) are installed.\n3. Place `CLOCK APP.html` and optionally `WAKEBEEP.m4a` in the same directory.\n4. Run the assistant:\n\n   ```bash\n   python lucifer.py\n   ```\n\n---\n\n## 💡 Usage Tips\n\n* Start by saying: “Hey Lucifer” or “Hello Lucy”\n* Example queries:\n\n  * “What’s the time?”\n  * “Set timer for 20 minutes”\n  * “Open Notepad”\n  * “Shutdown computer”\n* Say **“Activate”** to confirm critical actions like shutdown or restart.\n\n---\n\n## 📁 File Structure\n\n```\nLucifer/\n├── lucifer.py                # Main assistant script\n├── CLOCK APP.html            # Custom clock/timer/alarm UI\n├── WAKEBEEP.m4a              # Optional wake beep sound\n└── voice_assistant.log       # Log file (auto-generated)\n```\n\n---\n\n## 🐞 Known Issues \u0026 Bugs\n\n* 🔄 Wake word detection may be affected by background noise.\n* ❌ Some applications may not open if unlisted in Windows StartApps.\n* 🕒 Timers and alarms require the clock app window to remain open.\n* 🎙️ On some systems, audio device locking may produce glitches.\n\n\u003e Encounter an issue or have ideas to improve it? [Open an issue](https://github.com/your-repo/issues).\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the `LICENSE` file for full details.\n\n---\n\n## 👨‍💻 Author\n\nCreated by [Tarun Bali](https://www.linkedin.com/in/tarun-bali/)\n\n---\n\n## ⭐️ Support the Project\n\nIf you find **Lucifer** useful or interesting, consider giving it a ⭐️ to help it reach more developers!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbayislive%2Flucifer-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperbayislive%2Flucifer-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbayislive%2Flucifer-assistant/lists"}