For a highschool class of mine I'm trying to use the Leap motion to control a robot arm in python, many tutorials I found online seem outdated. For starters I just want to extract simple values from the LEAP and print them into my command prompt. I found this tutorial online but importing Leap doesn't seem to work and I get an error.
Keep in mind I just started learning python from the ground up, so keep things simple for me please. Thanks.