Thank you for your interest in contributing to Virtual Painter! 🎨
This project is an interactive digital drawing tool built with Python, OpenCV, and MediaPipe — where you can paint with your hand gestures or a mouse.
- Fork this repository.
- Clone your fork locally:
git clone https://github.com/sayyed-rabeeh/taletailor.git cd virtual-painter
```bash
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```bash
python manage.pyrunserver