DynamiKontrol Python API
Project description
DynamiKontrol
You can be the alpha tester!
DynamiKontol is Python API for controlling motors and hardware modules. You can integrate your Python code such as TensorFlow, PyTorch or OpenCV with hardwares.
Getting Started
pip install -U DynamiKontrol
from dynamikontrol import Module
module = Module()
module.motor.angle(angle=0)
time.sleep(2)
while True:
# move 45 degree in clockwise
module.motor.angle(angle=45)
time.sleep(2)
# move 45 degree in counter clockwise during 5000 milliseconds
module.motor.angle(angle=-45, period=5000)
time.sleep(5)
Examples
Example | Source Code |
---|---|
Face Tracking Camera | Link |
Documentation
Language | URL |
---|---|
English | https://dynamikontrol.readthedocs.io/en/latest/ |
Korean | https://dynamikontrol.readthedocs.io/ko/latest/ |
Developed and designed by The Matrix (c) 2021
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
DynamiKontrol-0.0.4.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file DynamiKontrol-0.0.4.tar.gz
.
File metadata
- Download URL: DynamiKontrol-0.0.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 994671361236d69da0c10755a6233a5acbc57c98f616b167dfc47149266ad4a6 |
|
MD5 | ae5c20a1f5495c8499c1af847183bb66 |
|
BLAKE2b-256 | d337cd08dd0320dad837cb65195e1c4c1cfe21323f18e64ea78bbbd84634b5ae |
Provenance
File details
Details for the file DynamiKontrol-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: DynamiKontrol-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4909a83f44782e788baaa15e5e07fb9625277ef3db7ad8b3f412efbfe9a0552b |
|
MD5 | debb8a1ed67033b13bd67b40f3fccb69 |
|
BLAKE2b-256 | bc2329007b10e73f755478f3796f05051a06894525b773cfee0093c8a36726aa |