Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 661 Bytes

File metadata and controls

24 lines (17 loc) · 661 Bytes

🤝 Contributing to Virtual Painter

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.


📦 Setup Instructions

  1. Fork this repository.
  2. Clone your fork locally:
    git clone https://github.com/sayyed-rabeeh/taletailor.git
    cd virtual-painter
    

Create a virtual environment:

 ```bash
 python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Run the app:

```bash
python manage.pyrunserver