Thanks for considering contributing!
- Python 3
- A working webcam
pip install opencv-python mediapipe numpypython mathSolver.pyWhile running:
q/Escquitscclears
- Keep changes small and focused.
- Prefer readable, straightforward code over cleverness.
- Match the existing style (simple functions, minimal structure).
- Input debounce: update
delayinmathSolver.pyto make gesture entry faster/slower. - Exit gesture sensitivity: the exit condition uses the distance between both index fingertips.
- App runs locally without errors.
- README stays accurate (gestures/controls/requirements).
- No unrelated formatting-only changes.
If you open an issue, please include:
- OS + Python version
- Dependency versions (
pip show mediapipe opencv-python numpy) - What you expected vs what happened
- Any error output (stack trace) if applicable