-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fca4dee
commit 58aa949
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Virtual-Keyboard | ||
# Virtual-Keyboard | ||
This is a Virtual KeyBoard which can track finger movements and lets you type anywhere ranging from notepad to even web browsers. | ||
|
||
It tracks the hand and you can type by hovering over a button and bringing the following two fingers close. | ||
![InkedmhJ2yWNwMtNcmijZqVEDDW_LI](https://user-images.githubusercontent.com/90050088/135318209-5a65f39d-ae2a-4582-9aca-66215c899b28.jpg) | ||
|
||
|
||
## Modules needed to install | ||
- `pip install cvzone` | ||
- `pip install opencv-python` | ||
- `pip install pynput` | ||
|
||
## Features: | ||
- Easy to use. | ||
- Can be used anywhere. | ||
- Simple to use and understand |