Metadata-Version: 2.4
Name: lumivox
Version: 0.14.0
Summary: Offline Voice-Controlled LED and Robotics GUI for ESP32 using Vosk.
Home-page: https://github.com/yourusername/lumivox
Author: Arjun Robotics
Author-email: arjunpandianb@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: vosk>=0.3.45
Requires-Dist: sounddevice>=0.5.2
Requires-Dist: numpy>=1.20.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: requests>=2.25.0
Requires-Dist: pyserial>=3.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🎤 Lumivox 0.4.2

**Offline Voice-Controlled LED System for Students and Robotics Labs**

Lumivox allows students to control RGB LEDs or ESP32 devices using voice commands like  
> “turn on red”  
> “turn off blue”  

All offline — no internet needed.

---

## 🚀 Features
✅ Works fully offline (powered by Vosk ASR)  
✅ Auto microphone detection and fallback  
✅ Animated LED GUI using Tkinter  
✅ Compatible with ESP32 / Arduino  
✅ Perfect for school robotics labs  

---

## 🧩 Installation
```bash
pip install lumivox==0.4.7
