Skip to main content

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

matrix.ai.solution@gmail.com

Project details


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.5.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

DynamiKontrol-0.0.5-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file DynamiKontrol-0.0.5.tar.gz.

File metadata

  • Download URL: DynamiKontrol-0.0.5.tar.gz
  • Upload date:
  • Size: 6.6 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

Hashes for DynamiKontrol-0.0.5.tar.gz
Algorithm Hash digest
SHA256 7e65589a01593008034a3cdfd146120977b80a59e680c65eeb33cc48b8ff03bb
MD5 a20034037f82fe15db1618dd65d94183
BLAKE2b-256 bbf4c366b8d4b4f82eff06986dbad7cdfaea0d54d80e68d1bf3e58e2f161c1dd

See more details on using hashes here.

Provenance

File details

Details for the file DynamiKontrol-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: DynamiKontrol-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 10.0 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

Hashes for DynamiKontrol-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c36e814305992d13a83baee1ed0de112b4341212aea59e8f7d8191d9c0983a34
MD5 7bb0d08224d9fd6c5b2f283e10b39c47
BLAKE2b-256 26ca8d61aa9ffde2cdf9b5fdf25661a50d4882bf615020a00d4eba6d084f7aa7

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page