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.
Example
from dynamikontrol import Module
module = Module()
module.motor.angle(angle=0)
time.sleep(2)
while True:
module.motor.angle(angle=45)
time.sleep(2)
module.motor.angle(angle=-45, period=5)
time.sleep(5)
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.3.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file DynamiKontrol-0.0.3.tar.gz
.
File metadata
- Download URL: DynamiKontrol-0.0.3.tar.gz
- Upload date:
- Size: 6.1 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 | 3b104e11d0bdc2ad569b09f29502db71fc3bf2a28642471c217a4c131f81a328 |
|
MD5 | abbbd33e854ff2c559f613fae23720cb |
|
BLAKE2b-256 | 0587429436af9eccecff9a26cae085500289a833fbe08bd028bc2b86e6f0b593 |
Provenance
File details
Details for the file DynamiKontrol-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: DynamiKontrol-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.6 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 | 3d2969a5433260da0557ca0fe4f235e7b715cd0242bba88d720a8e4f743521f2 |
|
MD5 | f12a76f99a28e0889f7572fd3c4c69f8 |
|
BLAKE2b-256 | 9b0a106638f39720260546b1c71c2a39a9c5732aed0bdb02cf334b8a4aeb22f6 |