├── README.md └── main.py /README.md: -------------------------------------------------------------------------------- 1 | # VIRTUAL-MOUSE. 2 | Simple virtual mouse using python library - openCV... 3 | 4 | 5 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishnuvardhancoder/VIRTUAL-MOUSE/HEAD/main.py --------------------------------------------------------------------------------