Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 649 Bytes

PlayByHands

Just wanted to create simple app and try myself into hand detecting and how it works in pygame

This project is my own and I kindly request that you do not copy it or list me as a co-author with a link to my GitHub for support.

The project was built using Python version 3.10.

Read license!

Required Libraries

The following libraries are required to run the project:

  • pygame for game invirement
  • threading for supporting multithreading
  • cv2 for working with the camera
  • mediapipe for hand detecting
  • random juast to spawn objects randomly (embedded)

Thanks for giving a hint: https://github.com/celsoares