{"id":18638022,"url":"https://github.com/baponkar/mouse_controlling_with_eye","last_synced_at":"2026-03-13T07:34:17.637Z","repository":{"id":43140247,"uuid":"173337252","full_name":"baponkar/Mouse_Controlling_With_Eye","owner":"baponkar","description":"This Python Script helps to move a mouse cursor by using eye.We need two python library openCV and pyautogui.To download this two library by command 'sudo pip install cv2','sudo pip install pyautogui'","archived":false,"fork":false,"pushed_at":"2024-02-28T13:39:12.000Z","size":61533,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T02:06:52.638Z","etag":null,"topics":["eye-detection","opencv","opencv-python","python","python3"],"latest_commit_sha":null,"homepage":"https://baponkar.github.io/Mouse_Controlling_With_Eye/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baponkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["baponkar"],"patreon":null,"paypal":"https://www.paypal.me/baponkar600","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-03-01T16:51:06.000Z","updated_at":"2025-04-09T10:13:56.000Z","dependencies_parsed_at":"2024-08-02T13:29:25.259Z","dependency_job_id":null,"html_url":"https://github.com/baponkar/Mouse_Controlling_With_Eye","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/baponkar/Mouse_Controlling_With_Eye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baponkar%2FMouse_Controlling_With_Eye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baponkar%2FMouse_Controlling_With_Eye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baponkar%2FMouse_Controlling_With_Eye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baponkar%2FMouse_Controlling_With_Eye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baponkar","download_url":"https://codeload.github.com/baponkar/Mouse_Controlling_With_Eye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baponkar%2FMouse_Controlling_With_Eye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["eye-detection","opencv","opencv-python","python","python3"],"created_at":"2024-11-07T05:38:50.519Z","updated_at":"2026-03-13T07:34:17.619Z","avatar_url":"https://github.com/baponkar.png","language":"Python","funding_links":["https://github.com/sponsors/baponkar","https://www.paypal.me/baponkar600"],"categories":[],"sub_categories":[],"readme":"# Mouse Controll With Eye\n\n![Python3](https://img.shields.io/badge/Python-3-green)\n![OpenCV2](https://img.shields.io/badge/Open-CV2-yellow)\n[![Pyautogui](https://img.shields.io/badge/Pyauto-Gui-yellowgreen)](https://pyautogui.readthedocs.io/en/latest/#:~:text=PyAutoGUI%20lets%20your%20Python%20scripts%20control%20the%20mouse,Linux%2C%20and%20runs%20on%20Python%202%20and%203.)\n\n* :octocat: Version -v-1.0.0\n* :octocat: License- GNU GPL V3.O\n\n## DESCRIPTION:\n* This Python🐍 Script helps to move a mouse cursor by using eye.\n* This script just move the cursor➡️ not to click by eye👁 blink. \n* You can help me to add that feature.\n* To access the feature you must have a webcam🎦 in your computer💻.\n\n* The following Python library Modules required [openCV](https://pypi.org/project/opencv-python/) and [pyautogui](https://pypi.org/project/PyAutoGUI/) :\n* You can download those by this pip commands.\n\n---\n\n## Run this script\n```\n#To create virtual envirionment\n$ python -m venv python_dev\n\n#To activate virtual envirionment\n$ source python_dev/bin/activate #for linux \n$ .\\venv\\Scripts\\activate #for windows power shell\n\n## Download the requirement\n#first try this\n$ pip install requirement.txt\n\n# If download not works then install manually\n$  pip install cv2\n#if not works then try this\n$ pip install opencv-python\n$ pip install pyautogui\n\n#To run python script\n$ python3 mouse_control_by_eye.py\n$ q #To break from loop\n```\n\n---\n\nSee this [▶️Youtube](https://youtu.be/S0y8dxwbJzY) [![Screenshot](Screenshot_20200928-000225_YouTube.jpg)](https://youtu.be/S0y8dxwbJzY)  link to see the demo Video.\n\n* Credits : [Shameem Hameed](http://umich.edu/~shameem)\n\n* I will appreciate :+1: any kind suggestions and help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaponkar%2Fmouse_controlling_with_eye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaponkar%2Fmouse_controlling_with_eye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaponkar%2Fmouse_controlling_with_eye/lists"}