mallickboy / VirtualMouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Mouse With Hand Gestures

This repository contains a Virtual Mouse Application written in Python, and its setup file for Windows is coming soon.

Setup Method

Step 1: Set Up Virtual Environment

python -m  venv  folder_name

Step 2: Activate Virtual Environment

.\folder_name\Scripts\activate

Step 3: Install Required Libraries

pip install  -r  version_requirements.txt
pip freeze > version_requirements.txt

Step 4: Access Virtual Environment ( Optional )

cd folder_name\Lib\site-packages

Step 5: Run the Application

The application app.py is inside of your git directory

python app.py
python3 app.py

Step 6: Deactivate Virtual Environment

deactivate

Windows Installation

Windows Installer is coming soon.

About


Languages

Language:TeX 50.4%Language:Python 49.6%