pybox2d is available on conda-forge with the package name pybox2d. To create a new conda environment with pybox2d, run the following: $ conda create -n pybox2d -c conda-forge python=3.6 pybox2d $ ...
This is a two player stone paper scissor game made using OpenCV Python. Also mediapipe library is used to detect hand gestures of stone paper scissor. Two cameras are needed for playing this game on a ...