{"id":30717794,"url":"https://github.com/ddumdi11/eyetrackerremotemousecontroller","last_synced_at":"2026-05-20T07:01:47.292Z","repository":{"id":312987841,"uuid":"1047599451","full_name":"ddumdi11/EyetrackerRemoteMouseController","owner":"ddumdi11","description":"Eyetracker Remote Mouse Controller für Notebooks | Python | Developed with Claude Code | Work in Progress","archived":false,"fork":false,"pushed_at":"2025-09-02T04:47:17.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T08:47:57.860Z","etag":null,"topics":["accessibility","assistive-technology","claude-code","computer-vision","desktop-application","eyetracking","mouse-control","open-source","python","python3","remote-control","work-in-progress"],"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/ddumdi11.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T19:26:17.000Z","updated_at":"2025-09-02T04:47:20.000Z","dependencies_parsed_at":"2025-09-03T08:48:00.310Z","dependency_job_id":"f0a04c2b-053a-42c7-9855-2608aaea8359","html_url":"https://github.com/ddumdi11/EyetrackerRemoteMouseController","commit_stats":null,"previous_names":["ddumdi11/eyetrackerremotemousecontroller"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ddumdi11/EyetrackerRemoteMouseController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddumdi11%2FEyetrackerRemoteMouseController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddumdi11%2FEyetrackerRemoteMouseController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddumdi11%2FEyetrackerRemoteMouseController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddumdi11%2FEyetrackerRemoteMouseController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddumdi11","download_url":"https://codeload.github.com/ddumdi11/EyetrackerRemoteMouseController/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddumdi11%2FEyetrackerRemoteMouseController/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273417342,"owners_count":25101817,"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-09-03T02:00:09.631Z","response_time":76,"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":["accessibility","assistive-technology","claude-code","computer-vision","desktop-application","eyetracking","mouse-control","open-source","python","python3","remote-control","work-in-progress"],"created_at":"2025-09-03T09:02:05.590Z","updated_at":"2026-05-20T07:01:47.202Z","avatar_url":"https://github.com/ddumdi11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EyetrackerRemoteMouseController\r\n\r\n![Work in Progress](https://img.shields.io/badge/Status-Work%20in%20Progress-yellow)\r\n![MIT License](https://img.shields.io/badge/License-MIT-green)\r\n![Python](https://img.shields.io/badge/Python-3.8%2B-blue)\r\n[![Developed with Claude Code](https://img.shields.io/badge/Developed%20with-Claude%20Code-purple)](https://claude.ai/code)\r\n\r\n## 📋 Beschreibung\r\n\r\nEyetracker Remote Mouse Controller für Notebooks\r\n\r\n\u003e **🚧 Hinweis**: Dieses Projekt befindet sich noch in der Entwicklung. Features können sich ändern und noch nicht vollständig implementiert sein.\r\n\r\n## ✨ Features\r\n\r\n### ✅ Bereits implementiert:\r\n- Eyetracker-Integration\r\n- Remote Mouse Control\r\n\r\n### 🚧 In Entwicklung:\r\n- Kalibrierung-Interface\r\n- Multi-Monitor Support\r\n\r\n### 📝 Geplant:\r\n- Gesture Recognition\r\n- Voice Commands\r\n\r\n## 🛠️ Technologie-Stack\r\n\r\n- **Sprache**: Python\r\n- **Framework/Libraries**: PyQt, OpenCV, Eye-Tracking Libraries\r\n- **Tools**: Claude Code, VS Code, Git\r\n\r\n## 📦 Installation\r\n\r\n```bash\r\n# Repository klonen\r\ngit clone https://github.com/ddumdi11/EyetrackerRemoteMouseController.git\r\ncd EyetrackerRemoteMouseController\r\n\r\n# Dependencies installieren\r\npip install -r requirements.txt\r\n\r\n# Anwendung starten\r\npython main.py\r\n```\r\n\r\n## 🚀 Verwendung\r\n\r\n```python\r\n# Eyetracker Remote Mouse Controller verwenden\r\nfrom eyetracker_controller import EyetrackerController\r\n\r\n# Controller initialisieren\r\ncontroller = EyetrackerController()\r\n\r\n# Kalibrierung starten\r\ncontroller.calibrate()\r\n\r\n# Remote Mouse Control aktivieren\r\ncontroller.start_remote_control()\r\n```\r\n\r\n## 📁 Projektstruktur\r\n\r\n```\r\nEyetrackerRemoteMouseController/\r\n├── src/\r\n├── eyetracker_controller.py\r\n├── mouse_controller.py\r\n├── calibration.py\r\n└── gui/\r\ntests/\r\n├── test_controller.py\r\n└── test_calibration.py\r\nrequirements.txt\r\nREADME.md\r\n└── README.md\r\n```\r\n\r\n## 🤝 Development mit Claude Code\r\n\r\nDieses Projekt wird in Zusammenarbeit mit [Claude Code](https://claude.ai/code) entwickelt - einem KI-gestützten Entwicklungsassistenten, der bei:\r\n\r\n- 🔍 Code-Analyse und Refactoring\r\n- 📝 Dokumentation und README-Erstellung  \r\n- 🐛 Debugging und Problemlösung\r\n- 🧪 Test-Implementierung\r\n- 📊 Repository-Optimierung\r\n\r\nunterstützt hat.\r\n\r\n## 📈 Roadmap\r\n\r\n- [ ] Feature A implementieren\r\n- [ ] Tests erweitern\r\n- [ ] Dokumentation vervollständigen\r\n- [x] Grundlegende Projektstruktur\r\n- [x] README und Dokumentation\r\n\r\n## 🤔 Probleme \u0026 Lösungen\r\n\r\n### Bekannte Issues:\r\n- **Problem**: Kleinere Performance-Issues\r\n  - **Status**: In Bearbeitung\r\n  - **Workaround**: Temporäre Lösung verfügbar\r\n\r\n## 📄 Lizenz\r\n\r\nDieses Projekt ist unter der [MIT License](LICENSE) lizensiert - siehe [LICENSE](LICENSE) Datei für Details.\r\n\r\n## 👨‍💻 Autor\r\n\r\n**Diede** - *Initial work* - [ddumdi11](https://github.com/ddumdi11)\r\n\r\n### 🛠️ Entwickelt mit Unterstützung von:\r\n- [Claude Code](https://claude.ai/code) - KI-gestützter Entwicklungsassistent\r\n\r\n## 🙏 Danksagungen\r\n\r\n- Claude Code Team für die innovative Entwicklungsunterstützung\r\n- Open Source Community\r\n\r\n---\r\n\r\n⭐ **Gefällt dir das Projekt?** Gib ihm einen Stern und folge mir für weitere innovative Entwicklungen!\r\n\r\n\r\n📧 **Kontakt**: ****@**** (auf Anfrage) | 💼 **LinkedIn**: www.linkedin.com/in/thorsten-diederichs-a05051203\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddumdi11%2Feyetrackerremotemousecontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddumdi11%2Feyetrackerremotemousecontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddumdi11%2Feyetrackerremotemousecontroller/lists"}