Skip to content

Commit 2d308e3

Browse files
committed
added Virtual Mouse using python
1 parent 122ab8a commit 2d308e3

File tree

3 files changed

+454
-0
lines changed

3 files changed

+454
-0
lines changed

OTHERS/Virtual_Mouse-main/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Virual-Mouse
2+
3+
A virtual mouse is software that allows users to give mouse inputs to a
4+
system without using an actual mouse. To the extreme it can also be called
5+
as hardware because it uses an ordinary web camera. A virtual mouse can
6+
usually be operated with multiple input devices, which may include an
7+
actual mouse or a computer keyboard. Virtual mouse which uses web
8+
camera works with the help of different image processing techniques.
9+
10+
11+
12+
# How to setup and run
13+
14+
### Pre-requisites
15+
16+
Python: (3.6 - 3.8.5)<br>
17+
Anaconda Distribution: To download click [here](https://www.anaconda.com/products/individual).
18+
19+
Download and Extract the Project Folder Name Virtual-Mouse.<br>
20+
And then Open the Virtual-Mouse Folder in VsCode as shown in Video.
21+
22+
Step 1:
23+
```bash
24+
conda create --name gest python=3.8.5
25+
```
26+
27+
Step 2:
28+
```bash
29+
conda activate gest
30+
```
31+
32+
Step 3:
33+
```bash
34+
pip install -r requirements.txt
35+
```
36+
37+
Step 4:
38+
cd to src by cd src
39+
```bash
40+
python Virtual_Mouse.py
41+
```
42+

0 commit comments

Comments
 (0)