How to use the Leap Motion device in Python 3
The following assumes that you have already installed the Leap Motion device itself
and run its Windows demo successfully.
- Download this zip file.
- Unzip it, placing its 4 files into the src folder of your project.
- Plug in the Leap Motion device (if you have not already done so).
- Run the Sample3.py file in the usual way. If all is well, it will print numbers on the Console indicating where your hands/fingers/etc are. Press Enter in the Console to exit the sample.
After the above, you have the Leap Motion device working. Now, use its API
to apply it to your project!