Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 699 Bytes

[PYTHON] HandGesture - Play Asphalt 9 without touching keyboard

Introduction

Here is my python source code for HandGesture - Play Asphalt 9 (touchdrive mode) without touching keyboard. This project is an application of mediapipe hand detection. With my code, you can play Asphalt 9 (touchdrive mode) without touching keyboard.

  • Closed left hand -> Nitro
  • Tilt hand to the right/ left a little -> Select right/ left
  • Tilt hand to the right/ left a lot -> Drift right/ left


Demo gameplay

Requirements

  • python 3.x
  • cv2
  • pyautogui
  • keyboard
  • mediapipe