A simple 3D hand visualizer
Project description
Simple Hand
I wanted a simple 3D hand model to visualize hand movements in python without the need for external models or software, so I built this. It simply plots a wireframe hand in matplotlib and allows you to set the flexion of each finger.
SimpleHand:
SuperSimpleHand:
Plot a hand:
import matplotlib.pyplot as plt
from simplehand import SimpleHand
hand = SimpleHand()
hand.set_flex(th=0, idx=0, mid=0.5, ri=0.4, pi=0.3)
hand.draw()
plt.show()
Installation:
pip install simplehand
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplehand-0.1.2.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplehand-0.1.2.tar.gz.
File metadata
- Download URL: simplehand-0.1.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68d82cec394d1a914236407861f7cf7dc1a61ce996cbab08deac741b8e50d0c0
|
|
| MD5 |
3edf14231df0892ceaf0c48d948fac56
|
|
| BLAKE2b-256 |
8341de395a21516d99533c5d0a97a6876449ac49b714cec18c89bd8da435a7f2
|
File details
Details for the file simplehand-0.1.2-py3-none-any.whl.
File metadata
- Download URL: simplehand-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79fee2ed760380d75722563ab130ddb7bf0f9be12eb62adea10b058414a1b3a3
|
|
| MD5 |
206f50311572d5c60c3d78e9c8c39c8a
|
|
| BLAKE2b-256 |
fe5a138ab03d4fa11bec45989f992229e1050510d807cbe476575e52c013396b
|